Commit b55fe02b authored by Van's avatar Van

🐛 pjax -> admin.do

parent e3dda011
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.4.0.1, Sep 24, 2018 * @version 1.4.1.1, Oct 27, 2018
*/ */
/** /**
...@@ -75,7 +75,8 @@ var Util = { ...@@ -75,7 +75,8 @@ var Util = {
storage: true, storage: true,
titleSuffix: '', titleSuffix: '',
filter: function(href){ filter: function(href){
if (href === latkeConfig.servePath + '/rss.xml') { if (href === latkeConfig.servePath + '/rss.xml' ||
href.indexOf(latkeConfig.servePath + '/admin-index.do') > -1) {
return true return true
} }
if (href.indexOf(latkeConfig.servePath) > -1) { if (href.indexOf(latkeConfig.servePath) > -1) {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment