X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=0.3.0%2Fcommon.js;h=18f937c4a99a4b129fa24d9c17198f83e444a9b7;hb=2cfc1f1dd997da0e5d24dea5d56dc7609f3326e6;hp=62301368baa1b18bc7d4f0d4fad8e67c3c382d9c;hpb=2e5d27a80c74be874b5f47b83a0724efdeb0a838;p=pettanr%2FclientJs.git diff --git a/0.3.0/common.js b/0.3.0/common.js index 6230136..18f937c 100644 --- a/0.3.0/common.js +++ b/0.3.0/common.js @@ -1,4 +1,4 @@ -/* +/* * pettanR common.js * version 0.1.0 * @@ -15,7 +15,11 @@ var location = document.location.pathname, isWorkPage = location.indexOf( '\/work.html') !== -1, - deep = location.indexOf( '\/diary\/') !== -1 || location.indexOf( '\/help\/') !== -1 || location.indexOf( '\/sitemap\/') !== -1; + deep = location.indexOf( '\/diary\/') !== -1 || + location.indexOf( '\/text\/') !== -1 || + location.indexOf( '\/help\/') !== -1 || + location.indexOf( '\/sitemap\/') !== -1 || + location.indexOf( '\/wiki\/') !== -1; var LoginUserConsole = isWorkPage === false ? ( function(){