Skip to content

Commit 6b19ffe

Browse files
committed
Merge pull request #348 from 0ip/fixforfixforfix
Final fix for fix for fix (scope issues)
2 parents 7720c31 + c0a0687 commit 6b19ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/js/chat.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var chat = (function()
2727
var hDuration = 750;
2828
var chatMentions = 0;
2929
var title = document.title;
30-
if (isAndroid || isMobileSafari){
30+
if ($.browser.mobile){
3131
sDuration = 0;
3232
hDuration = 0;
3333
}
@@ -54,7 +54,7 @@ var chat = (function()
5454
{
5555
$("#focusprotector").hide();
5656

57-
if(browser.mobile)
57+
if($.browser.mobile)
5858
bottommargin = "32px";
5959

6060
$("#chatbox").css({right: "20px", bottom: bottomMargin, left: "", top: ""});

0 commit comments

Comments
 (0)