CC-4640: Automatically jump to current song when loading the Now Playing page.

-small fix
This commit is contained in:
denise 2012-10-30 15:34:38 -04:00
parent 5f03a38262
commit 00947f9d7e
1 changed files with 2 additions and 0 deletions

View File

@ -648,6 +648,8 @@ var AIRTIME = (function(AIRTIME){
$("#draggingContainer").remove(); $("#draggingContainer").remove();
}, },
"fnDrawCallback": function fnBuilderDrawCallback(oSettings, json) { "fnDrawCallback": function fnBuilderDrawCallback(oSettings, json) {
var isInitialized = false;
if (!isInitialized) { if (!isInitialized) {
//when coming to 'Now Playing' page we want the page //when coming to 'Now Playing' page we want the page
//to jump to the current track //to jump to the current track