diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 03:33:09 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 03:33:09 -0600 |
| commit | 2582c7d92804e44250c9713d79421c8becc61f62 (patch) | |
| tree | db7046b3b0d69740247facf3de36f95cb45591a4 /StoneIsland/platforms/ios/www/js/vendor/util.js | |
| parent | f7858001fd285d32f67f02313319d0485c6e8466 (diff) | |
update gallery image when changing product
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/vendor/util.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/vendor/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/js/vendor/util.js b/StoneIsland/platforms/ios/www/js/vendor/util.js index 23f55d4c..e09b6ada 100755 --- a/StoneIsland/platforms/ios/www/js/vendor/util.js +++ b/StoneIsland/platforms/ios/www/js/vendor/util.js @@ -143,7 +143,7 @@ if (!Function.prototype.bind) { }()); // Identify browser based on useragent string -(function( ua ) { +var browser = (function( ua ) { ua = ua.toLowerCase(); var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) || /(webkit)[ \/]([\w.]+)/.exec( ua ) || |
