Merge pull request #348 from 0ip/fixforfixforfix

Final fix for fix for fix (scope issues)
This commit is contained in:
Peter 'Pita' Martischka 2012-01-22 06:22:46 -08:00
commit 6b19ffeaf6
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ var chat = (function()
var hDuration = 750;
var chatMentions = 0;
var title = document.title;
if (isAndroid || isMobileSafari){
if ($.browser.mobile){
sDuration = 0;
hDuration = 0;
}
@ -54,7 +54,7 @@ var chat = (function()
{
$("#focusprotector").hide();
if(browser.mobile)
if($.browser.mobile)
bottommargin = "32px";
$("#chatbox").css({right: "20px", bottom: bottomMargin, left: "", top: ""});