Commit 82817565 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-02-07 yo

* Fix a mistake that "destroy" was not used correctly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32316 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 15f0ebcd
......@@ -168,7 +168,7 @@ jQuery(function() {\n
// Make sure that the dialog is present, and it is empty.\n
if (dialog != null) {\n
dialog.empty();\n
dialog.destory();\n
dialog.dialog(\'destroy\');\n
}\n
dialog = jQuery(\'<div id="dialog" />\').appendTo(\'body\');\n
dialog.dialog({ modal: true,\n
......
2010-02-07 yo
* Fix a mistake that "destroy" was not used correctly.
2010-02-07 yo
* Customize the jQuery UI theme for ERP5.
......
3
\ No newline at end of file
4
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment