Commit 1bbd90b9 authored by Liang Ding's avatar Liang Ding

Merge branch '2.9.5-dev' of https://github.com/b3log/solo into 2.9.5-dev

parents 67c80cb0 34ce91f9
......@@ -251,16 +251,6 @@ var Util = {
addKillPanel();
return;
}
// 后台页面 kill 360
if (window.external && window.external.twGetRunPath) {
var path = external.twGetRunPath();
if (path && path.toLowerCase().indexOf("360se") > -1 &&
window.location.href.indexOf("admin-index") > -1) {
addKillPanel();
return;
}
}
}
},
/**
......
Subproject commit f9607e2c432ec40fb8bedce05eb232e3bdb071b0
Subproject commit 5008cd80069d06f8fed1d08ee6c5fa6a0b0819d1
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