Browse Source

Update admin.main.js

同步4:3比例窗口800:600
tags/6.5.6
叙述、别离 3 weeks ago
parent
commit
afa7f3960c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/static/web/js/admin.main.js

+ 1
- 1
src/static/web/js/admin.main.js View File

@@ -41,7 +41,7 @@ function OpenMyWin(surl) {
window.open(surl, "popUpMyWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top); window.open(surl, "popUpMyWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top);
} }
function ShowCatMap(e, obj, cid, targetId, oldvalue) { function ShowCatMap(e, obj, cid, targetId, oldvalue) {
LoadQuickDiv(e, "archives_do.php?dopost=getCatMap&targetid=" + targetId + "&channelid=" + cid + "&oldvalue=" + oldvalue + "&rnd=" + Math.random(), "getCatMap", "700px", "500px");
LoadQuickDiv(e, "archives_do.php?dopost=getCatMap&targetid=" + targetId + "&channelid=" + cid + "&oldvalue=" + oldvalue + "&rnd=" + Math.random(), "getCatMap", "800px", "600px");
ChangeFullDiv("show"); ChangeFullDiv("show");
} }
function InitPage() { function InitPage() {


Loading…
Cancel
Save