Added "explore" to the RESERVED_USER_NAMES in inject.js.

This commit is contained in:
Tatsuya Oiwa 2014-05-19 18:34:11 +00:00
parent 77d1d5bf70
commit 8bc786952a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
, WIDTH = 'octotree.sidebar_width'
, RESERVED_USER_NAMES = [
'settings', 'orgs', 'organizations',
'site', 'blog', 'about',
'site', 'blog', 'about', 'explore',
'styleguide', 'showcases', 'trending',
'stars', 'dashboard', 'notifications'
]