Fix test for Mac.
[profile.git] / .pentadactylrc
index baabd24..78cf13d 100644 (file)
@@ -3,9 +3,9 @@
 loadplugins '\.(js|penta)$'
 
 " Show scrollbars, address bar and tab numbers.
-set guioptions=bcmrN
+set guioptions=CMbcmnrs
 " On Mac there is no menu bar.  The icons are in the toolbar.
-:if (/Mac OS X/.test(navigator.userAgent))
+:if (/Mac OS X/.test(content.navigator.userAgent))
   set guioptions+=T
 :endif