Whitespace

This commit is contained in:
Ellis Berner 2012-03-03 14:19:21 -08:00
parent c55389a3ff
commit 3b6c5cb77c

View file

@ -375,7 +375,7 @@ function rateSong(songid, rating) {
req.setRequestHeader('Authorization', auth); req.setRequestHeader('Authorization', auth);
}, },
success: function () { success: function () {
updateMessage('Rating Updated!'); updateMessage('Rating Updated!');
} }
}); });
} }
@ -544,7 +544,7 @@ function addChatMessage(msg) {
}, },
success: function () { success: function () {
updater.reset(); updater.reset();
//loadChatMessages(); //loadChatMessages();
}, },
traditional: true // Fixes POST with an array in JQuery 1.4 traditional: true // Fixes POST with an array in JQuery 1.4
}); });
@ -894,7 +894,7 @@ function findKeyForCode(code) {
}); });
return keyFound; return keyFound;
} }
function popOut() function popOut()
{ {
window.open(hostURL, "External Player", "status = 1, height = 735, width = 840, resizable = 0") window.open(hostURL, "External Player", "status = 1, height = 735, width = 840, resizable = 0")
} }
@ -921,4 +921,4 @@ function updateMessage(msg) {
$('#messages').text(msg); $('#messages').text(msg);
$('#messages').fadeIn() $('#messages').fadeIn()
setTimeout(function () { $('#messages').fadeOut(); }, 5000); setTimeout(function () { $('#messages').fadeOut(); }, 5000);
} }