includes/clientside/static/editor.js
changeset 1311 a228f7e8fb15
parent 1307 5d9f6ecf748e
child 1316 3df4818b99bf
equal deleted inserted replaced
1310:41ac3758ba79 1311:a228f7e8fb15
   877 					style: {
   877 					style: {
   878 						fontWeight: 'bold'
   878 						fontWeight: 'bold'
   879 					},
   879 					},
   880 					onclick: function()
   880 					onclick: function()
   881 					{
   881 					{
       
   882 						console.info('setAjaxLoading');
   882 						setAjaxLoading();
   883 						setAjaxLoading();
       
   884 						console.info('editor_open = false');
       
   885 						editor_open = false;
       
   886 						console.info('enableUnload');
       
   887 						enableUnload();
       
   888 						console.info('destroyMCE');
       
   889 						$dynano('ajaxEditArea').destroyMCE(false);
       
   890 						console.info('destroyModal()');
   883 						ajaxEditorDestroyModalWindow();
   891 						ajaxEditorDestroyModalWindow();
   884 						editor_open = false;
   892 						console.info('ajaxReset');
   885 						enableUnload();
       
   886 						$dynano('ajaxEditArea').destroyMCE(false);
       
   887 						ajaxReset();
   893 						ajaxReset();
       
   894 						console.info('miniPromptDestroy');
   888 						miniPromptDestroy(this);
   895 						miniPromptDestroy(this);
   889 						return false;
   896 						return false;
   890 					}
   897 					}
   891 				},
   898 				},
   892 				{
   899 				{