Module: nagvis Branch: master Commit: 337aad1e5bf6b38240a4c3a6cad76cacff02debf URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=337aad1e5bf6b38240a4c3a6cad76cacff02debf
Author: Lars Michelsen <[email protected]> Date: Thu Oct 21 18:50:28 2010 +0200 #378 Fixed http:/0.0.0.0/ syntax error in IE8 --- share/frontend/nagvis-js/js/nagvis.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/nagvis.js b/share/frontend/nagvis-js/js/nagvis.js index 49ecd6a..37fd959 100644 --- a/share/frontend/nagvis-js/js/nagvis.js +++ b/share/frontend/nagvis-js/js/nagvis.js @@ -775,7 +775,7 @@ addDOMLoadEvent = (function(){ // for Internet Explorer /*...@cc_on @*/ /*...@if (@_win32) - document.write("<script id=__ie_onload defer src=//0><\/scr"+"ipt>"); + document.write("<script id=__ie_onload defer src=><\/script>"); script = document.getElementById("__ie_onload"); script.onreadystatechange = function() { if (this.readyState == "complete") ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
