This commit is contained in:
GyuYong Jung 2017-01-01 14:49:22 +09:00 committed by Buu Nguyen
parent 8e6b90e264
commit 6f6725f5b3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const GH_RESERVED_USER_NAMES = [
const GH_RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
const GH_404_SEL = '#parallax_wrapper'
const GH_PJAX_CONTAINER_SEL = '#js-repo-pjax-container, .context-loader-container, [data-pjax-container]'
const GH_CONTAINERS = '.container'
const GH_CONTAINERS = '.container, .container-responsive'
const GH_RAW_CONTENT = 'body > pre'
class GitHub extends Adapter {