version update

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10123 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-02-15 09:55:42 +00:00
parent 9a45b0e9f1
commit 35a365af51
4 changed files with 36 additions and 3 deletions

View file

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