[freeside-commits] freeside/httemplate/docs credits.html, 1.1.2.4, 1.1.2.5
Ivan,,,
ivan at wavetail.420.am
Tue Apr 1 21:32:08 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory wavetail.420.am:/tmp/cvs-serv2208
Modified Files:
Tag: FREESIDE_1_7_BRANCH
credits.html
Log Message:
slight browser adjustments and DONE
Index: credits.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/credits.html,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- credits.html 2 Apr 2008 04:09:09 -0000 1.1.2.4
+++ credits.html 2 Apr 2008 04:32:06 -0000 1.1.2.5
@@ -155,9 +155,12 @@
//huh, adjust for firefox
var ua = navigator.userAgent;
var opera = /opera [56789]|opera\/[56789]/i.test(ua);
-var moz = !opera && /gecko/i.test(ua);
+var webkit = /webkit/i.test(ua)
+var moz = !opera && !webkit && /gecko/i.test(ua);
if ( moz ) {
startingPosition += 20;
+} else if ( opera ) {
+ startingPosition += 21;
}
var documentYposition = startingPosition;
More information about the freeside-commits
mailing list