mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#18624425 : after deleting page module instance, relocate into list page (there was a bug due to left module_srl)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7174 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3d7d4e52f9
commit
cb3e79dc64
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
<!--%import("js/blog_admin.js")-->
|
||||
<!--%import("js/page_admin.js")-->
|
||||
<h3 class="xeAdmin">{$lang->page} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ function completeDeletePage(ret_obj) {
|
|||
var page = ret_obj['page'];
|
||||
alert(message);
|
||||
|
||||
var url = current_url.setQuery('act','dispPageAdminContent');
|
||||
var url = current_url.setQuery('act','dispPageAdminContent').setQuery('module_srl','');
|
||||
if(page) url = url.setQuery('page',page);
|
||||
|
||||
location.href = url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue