From 8bc786952acd661f5c946c36f30b0f5e4b1b3017 Mon Sep 17 00:00:00 2001 From: Tatsuya Oiwa Date: Mon, 19 May 2014 18:34:11 +0000 Subject: [PATCH] Added "explore" to the RESERVED_USER_NAMES in inject.js. --- src/inject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inject.js b/src/inject.js index 9f29f54..8aadeb1 100755 --- a/src/inject.js +++ b/src/inject.js @@ -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' ]