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

#12516

parent 0846bcb1
...@@ -240,8 +240,8 @@ var Util = { ...@@ -240,8 +240,8 @@ var Util = {
if (Cookie.readCookie("showKill") === "") { if (Cookie.readCookie("showKill") === "") {
var left = ($(window).width() - 781) / 2, var left = ($(window).width() - 781) / 2,
top1 = ($(window).height() - 680) / 2; top1 = ($(window).height() - 680) / 2;
$("body").append("<div style='display: block; height: 100%; width: 100%; position: fixed; background-color: rgb(0, 0, 0); opacity: 0.6;filter: alpha(opacity=60); top: 0px;z-index:11'></div>" $("body").append("<div style='display: block; height: 100%; width: 100%; position: fixed; background-color: rgb(0, 0, 0); opacity: 0.6;filter: alpha(opacity=60); top: 0px;z-index:110'></div>"
+ "<iframe style='left:" + left + "px;z-index:20;top: " + top1 + "px; position: fixed; border: 0px none; width: 781px; height: 680px;' src='" + latkeConfig.servePath + "/kill-browser'></iframe>"); + "<iframe style='left:" + left + "px;z-index:120;top: " + top1 + "px; position: fixed; border: 0px none; width: 781px; height: 680px;' src='" + latkeConfig.servePath + "/kill-browser'></iframe>");
} }
}; };
......
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