diff options
| author | ryderr <r@okfoc.us> | 2014-11-24 10:40:42 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-24 10:40:42 -0500 |
| commit | b506411d1b910fbf33591a394f555c241dcac62c (patch) | |
| tree | b3b04120f69ae6633c9f0e3e5a1cef0cd1c67ee7 /public/assets/javascripts/app.js | |
| parent | d4b057efd7f5d1dc92c95606ac9c6f75a2d88239 (diff) | |
| parent | d9697721355606f03a433327e5579606993b20e5 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/javascripts/app.js')
| -rw-r--r-- | public/assets/javascripts/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/assets/javascripts/app.js b/public/assets/javascripts/app.js index 5620cdc..01a2e54 100644 --- a/public/assets/javascripts/app.js +++ b/public/assets/javascripts/app.js @@ -1,10 +1,9 @@ if (is_mobile) { - // window.location.href = "mobile.html" $("html").addClass("mobile"); } else if ($.browser.msie || ! has3d()) { - // window.location.href = "error.html" + $("html").addClass("fallback"); } else { $("html").addClass("desktop"); |
