Revision: 8053
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8053&view=rev
Author:   dnaber
Date:     2012-09-15 14:55:51 +0000 (Sat, 15 Sep 2012)
Log Message:
-----------
online check: open "explain" link in normal window or tab, not in a small popup 
one

Modified Paths:
--------------
    trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js
    
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js    
    2012-09-15 12:38:02 UTC (rev 8052)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/editor_plugin.js    
    2012-09-15 14:55:51 UTC (rev 8053)
@@ -929,15 +929,7 @@
                 {
                    m.add({
                      title : plugin.editor.getLang('AtD.menu_option_explain', 
'Explain...'),
-                     onclick : function() 
-                     {
-                        ed.windowManager.open({
-                           url : url,
-                           width : 480,
-                           height : 380,
-                           inline : true
-                        }, { theme_url : this.url });
-                    }
+                     onclick : function() { window.open(url, '_errorExplain'); 
}
                   });
                })(errorDescription["moreinfo"]);
 

Modified: 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js
===================================================================
--- 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js
    2012-09-15 12:38:02 UTC (rev 8052)
+++ 
trunk/website/www/online-check/tiny_mce/plugins/atd-tinymce/src/editor_plugin.js
    2012-09-15 14:55:51 UTC (rev 8053)
@@ -314,15 +314,7 @@
                 {
                    m.add({
                      title : plugin.editor.getLang('AtD.menu_option_explain', 
'Explain...'),
-                     onclick : function() 
-                     {
-                        ed.windowManager.open({
-                           url : url,
-                           width : 480,
-                           height : 380,
-                           inline : true
-                        }, { theme_url : this.url });
-                    }
+                     onclick : function() { window.open(url, '_errorExplain'); 
}
                   });
                })(errorDescription["moreinfo"]);
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to