Merge pull request #85 from llebegue/master

Bug on image background URL
This commit is contained in:
Hannes Mannerheim 2015-01-21 21:57:05 +01:00
commit 28c146d448

View File

@ -446,7 +446,7 @@ $('#classic-link').click(function(){
function logoutWithoutReload(doShake) { function logoutWithoutReload(doShake) {
if(window.currentStream == 'statuses/public_timeline.json') { if(window.currentStream == 'statuses/public_timeline.json') {
$('body').css('background-image', 'url(' + window.fullUrlToThisQvitterApp + window.siteBackground)'); $('body').css('background-image', 'url(' + window.fullUrlToThisQvitterApp + window.siteBackground +')');
} }
$('input#nickname').focus(); $('input#nickname').focus();