Fix test for Mac.
[profile.git] / .pentadactylrc
index c96f480..78cf13d 100644 (file)
@@ -5,7 +5,7 @@ loadplugins '\.(js|penta)$'
 " Show scrollbars, address bar and tab numbers.
 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