diff --git a/index.html b/index.html index 0365e8c..a9507e3 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@
+ diff --git a/js/ss-reader.js b/js/ss-reader.js index 93659b4..e00927c 100644 --- a/js/ss-reader.js +++ b/js/ss-reader.js @@ -1,7 +1,7 @@ timeout = null; var userAgent = window.navigator.userAgent.toLowerCase(), - iOS = /iphone|ipod|ipad/.test(userAgent); + iOS = /iphone|ipod|macintosh|ipad/.test(userAgent); $(function(){ window.ssReader = Class({