Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv20732
Modified Files:
browser.js
Log Message:
typo correction \n instead of /n
Index: browser.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/browser.js,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** browser.js 2001/10/29 22:35:06 1.14
--- browser.js 2001/11/01 10:27:23 1.15
***************
*** 10,14 ****
else if ((b=="Opera") || (navigator.userAgent.indexOf("Opera")>0)) this.b = "opera";
else if (b=="Microsoft Internet Explorer") this.b="ie";
! if (!b) alert('Unidentified browser./nThis browser is not supported,');
this.version=navigator.appVersion;
this.v=parseInt(this.version);
--- 10,14 ----
else if ((b=="Opera") || (navigator.userAgent.indexOf("Opera")>0)) this.b = "opera";
else if (b=="Microsoft Internet Explorer") this.b="ie";
! if (!b) alert('Unidentified browser.\nThis browser is not supported,');
this.version=navigator.appVersion;
this.v=parseInt(this.version);
|