File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ fakeBody.remove();
84
84
// or that generally work better browsing in regular http for full page refreshes (Opera Mini)
85
85
// Note: This detection below is used as a last resort.
86
86
// We recommend only using these detection methods when all other more reliable/forward-looking approaches are not possible
87
- var nokiaLTE7_3 = function ( ) {
87
+ var nokiaLTE7_3 = ( function ( ) {
88
88
89
89
var ua = window . navigator . userAgent ;
90
90
@@ -93,7 +93,7 @@ var nokiaLTE7_3 = function(){
93
93
&& ( ua . indexOf ( "Symbian/3" ) > - 1 || ua . indexOf ( "Series60/5" ) > - 1 )
94
94
&& ua . indexOf ( "AppleWebKit" ) > - 1
95
95
&& ua . match ( / ( B r o w s e r N G | N o k i a B r o w s e r ) \/ 7 \. [ 0 - 3 ] / ) ;
96
- } ( ) ;
96
+ } ) ( ) ;
97
97
98
98
$ . mobile . ajaxBlacklist =
99
99
// BlackBerry browsers, pre-webkit
You can’t perform that action at this time.
0 commit comments