Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c24f835

Browse files
committed
Merge pull request jquerytools#989 from alibby251/master
Update Overlay to use jQuery 1.9.1
2 parents 21f2073 + 68117fd commit c24f835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlay/overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
effect: 'default',
2929

3030
// since 1.2. fixed positioning not supported by IE6
31-
fixed: !$.browser.msie || $.browser.version > 6,
31+
fixed: !/msie/.test(navigator.userAgent.toLowerCase()) || navigator.appVersion > 6,
3232

3333
left: 'center',
3434
load: false, // 1.2

0 commit comments

Comments
 (0)