Commit deb301f3 authored by Van's avatar Van

🎨 #12503

parent 4b9ef979
......@@ -75,10 +75,10 @@ var Util = {
storage: true,
titleSuffix: '',
filter: function(href){
if (href.indexOf('data:image') > -1) {
return true
if (href.indexOf(latkeConfig.servePath) > -1) {
return false
}
return false
return true
},
callback: function () {
cb()
......@@ -91,7 +91,6 @@ var Util = {
$('#pjax').bind('pjax.end', function(){
NProgress.done();
});
return;
}
},
/**
......
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