r1856 - trunk

[email protected] Sun, 25 Apr 2010 17:43:13 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Sun Apr 25 17:43:12 2010
New Revision: 1856
URL: http://fisheye.liip.ch/changelog/BXE/?cs=1856

Log:
only support 2.0 officially

Modified:
   trunk/bxeLoader.js

Modified: trunk/bxeLoader.js
==============================================================================
--- trunk/bxeLoader.js	(original)
+++ trunk/bxeLoader.js	Sun Apr 25 17:43:12 2010
@@ -21,8 +21,7 @@
 var BXE_VERSION = "1.1.0-dev";
 var BXE_BUILD = "200705041105"
 var BXE_REVISION = "$Rev$".replace(/\$Rev: ([0-9]+) \$/,"r$1");
-
-var bxe_notSupportedText = "Bitflux Editor only works with Mozilla >= 1.4 / Firefox on any platform. \nCurrently we recommend Mozilla 1.6 or Firefox 1.0.";
+var bxe_notSupportedText = "BXE only works with Firefox >= 2.0 on any platform. \nCurrently we recommend  Firefox 3.6.";
 
 if (window.location.protocol == "file:" || window.location.host.match(/localhost.*/)) {
 	var DebugOutput = false;
@@ -166,8 +165,7 @@
 function bxe_checkSupportedBrowsers() {
 	var mozillaRvVersion = navigator.userAgent.match(/rv:([[0-9a-z\.]*)/)[1];
 	var mozillaRvVersionInt = parseFloat(mozillaRvVersion);
-	
-	if (mozillaRvVersionInt >= 1.4) {
+	if (mozillaRvVersionInt >= 1.8) {
 		if (bxe_bug290777_check()) {
 			alert ("You are using a Mozilla release with a broken prototype implementation.\nMozilla 1.7.7 and Firefox 1.0.3 are known to have this bug.\n Please up- or downgrade.");
 			return true;
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs