From 3b6c5cb77c4b7bae041981a02133326ce0a60cab Mon Sep 17 00:00:00 2001 From: Ellis Berner Date: Sat, 3 Mar 2012 14:19:21 -0800 Subject: [PATCH] Whitespace --- js/app.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/app.js b/js/app.js index f345145..04d904e 100644 --- a/js/app.js +++ b/js/app.js @@ -375,7 +375,7 @@ function rateSong(songid, rating) { req.setRequestHeader('Authorization', auth); }, success: function () { - updateMessage('Rating Updated!'); + updateMessage('Rating Updated!'); } }); } @@ -544,7 +544,7 @@ function addChatMessage(msg) { }, success: function () { updater.reset(); - //loadChatMessages(); + //loadChatMessages(); }, traditional: true // Fixes POST with an array in JQuery 1.4 }); @@ -894,7 +894,7 @@ function findKeyForCode(code) { }); return keyFound; } -function popOut() +function popOut() { window.open(hostURL, "External Player", "status = 1, height = 735, width = 840, resizable = 0") } @@ -921,4 +921,4 @@ function updateMessage(msg) { $('#messages').text(msg); $('#messages').fadeIn() setTimeout(function () { $('#messages').fadeOut(); }, 5000); -} \ No newline at end of file +}