pari: trunk r220 - /trunk/config/cfgbasic.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Tue Jan 9 09:39:58 MST 2007
Author: pari
Date: Tue Jan 9 10:39:58 2007
New Revision: 220
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=220
Log:
Show browser incompatibility alert in IE,Konqueror and safari
Modified:
trunk/config/cfgbasic.html
Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?view=diff&rev=220&r1=219&r2=220
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Tue Jan 9 10:39:58 2007
@@ -20,7 +20,6 @@
-->
<script>
var browser_alert = "Asterisk Configuration GUI is currently supported in Firefox (recommended 1.5 or above) \n SeaMonkey (1.0 or above), Netscape (8.0 or above) and Opera (9.0 or above) \n\n" + "Support for other browsers is under development \n" + " and will be supported in future versions";
-alert( navigator.userAgent );
if( navigator.userAgent.indexOf("MSIE") != -1 || navigator.userAgent.indexOf("Konqueror") != -1 || navigator.userAgent.indexOf("Safari") != -1 ){
alert(browser_alert);
}
More information about the asterisk-gui-commits
mailing list