mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
Merged & Do not force the full setup page as a popup
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ce02432626
commit
949594d103
1 changed files with 1 additions and 1 deletions
|
|
@ -3136,7 +3136,7 @@ exec_xml("module","procModuleAdminSetDesignInfo", params, completeTmp)
|
|||
console.log(htData);
|
||||
|
||||
//window.open(htData.setupUrl, "xe_fullSetup", "resizable=yes");
|
||||
$._xeAdminVar.oSetupWin = window.open(htData.setupUrl, "xe_fullSetup", "");
|
||||
$._xeAdminVar.oSetupWin = window.open(htData.setupUrl, "xe_fullSetup");
|
||||
|
||||
/*
|
||||
<form class="form" enctype="multipart/form-data" method="post" action="./">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue