CC-3735 : Now Playing: Browser(Firefox) Mem usage goes high when play a show with hundreds of songs more than 3 hours

This commit is contained in:
Naomi Aro 2012-05-02 11:14:53 +02:00
parent af1b5d3f7a
commit b5b24ae8f1
3 changed files with 13 additions and 13 deletions

View file

@ -591,7 +591,7 @@ var AIRTIME = (function(AIRTIME) {
}(AIRTIME || {}));
function checkImportStatus(){
function checkImportStatus() {
$.getJSON('/Preference/is-import-in-progress', function(data){
var div = $('#import_status');
var table = $('#library_display').dataTable();