rollback r10123

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10127 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-02-15 10:26:32 +00:00
parent 35a365af51
commit 9542921096
4 changed files with 3 additions and 36 deletions

View file

@ -63,7 +63,7 @@ function doStartPageModify(zoneID, module_srl) {
function removeAllWidget() {
if(!confirm(confirm_delete_msg)) return;
restoreWidgetButtons();
jQuery(zonePageObj).html('');
xInnerHtml(zonePageObj,'');
}
/**