浏览代码

Update admin.main.js

同步4:3比例窗口800:600
tags/6.5.6
叙述、别离 3 周前
父节点
当前提交
afa7f3960c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/static/web/js/admin.main.js

+ 1
- 1
src/static/web/js/admin.main.js 查看文件

@@ -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);
}
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");
}
function InitPage() {


正在加载...
取消
保存