diff --git a/www/js/app.js b/www/js/app.js index cf7e8d06..8e27dc81 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -579,7 +579,7 @@ define(['jquery', 'zimArchiveLoader', 'util', 'uiUtil', 'cookies', 'q', 'module' $('.alert').hide(); $('#downloadLinks').hide(); $('#serverResponse').hide(); - $("#myModal").modal('hide'); + $('#myModal').hide(); refreshAPIStatus(); //Re-enable top-level scrolling document.getElementById('top').style.position = "relative";