diff options
Diffstat (limited to 'httemplate/elements/header-popup.html')
-rw-r--r-- | httemplate/elements/header-popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 17593693e..f1ac86cd5 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -56,7 +56,7 @@ if ( ref($_[0]) ) { $head = $opt->{head}; $nobr = $opt->{nobr}; #$nocss = $opt->{nocss}; - $no_jquery = $opt->{no_jquery}; + $no_jquery = exists($opt->{no_jquery}) ? $opt->{no_jquery} : 1; #v3 only, 0 on v4+ } else { ($title, $menubar) = ( shift, shift ); $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. |