Author: dgoette
Date: Fri May  8 01:31:01 2009
New Revision: 410

URL: http://svn.reactos.org/svn/reactos?rev=410&view=rev
Log:
unload the rich text editor, when viewing the entry table, fixes an exception

Modified:
    branches/danny-web/www/www.reactos.org/roscms/js/cms_website.js

Modified: branches/danny-web/www/www.reactos.org/roscms/js/cms_website.js
URL: 
http://svn.reactos.org/svn/reactos/branches/danny-web/www/www.reactos.org/roscms/js/cms_website.js?rev=410&r1=409&r2=410&view=diff
==============================================================================
--- branches/danny-web/www/www.reactos.org/roscms/js/cms_website.js 
[iso-8859-1] (original)
+++ branches/danny-web/www/www.reactos.org/roscms/js/cms_website.js 
[iso-8859-1] Fri May  8 01:31:01 2009
@@ -1811,6 +1811,9 @@
 
   window.clearTimeout(autosave_timer);
   autosave_cache = '';
+  
+  // stop richt text editors
+  rtestop();
 
   if (document.getElementById('smenutab'+objid.substring(8)).className !== 
'lmItemTopSelected') {
     highlightTab(objid);

Reply via email to