summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/js/010-control.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/010-control.js b/web/js/010-control.js
index 76c7d54..e2cfe39 100644
--- a/web/js/010-control.js
+++ b/web/js/010-control.js
@@ -43,6 +43,7 @@ $(document).ready(function() {
$("#loading").show();
$.ajax({
type: "GET",
+ dataType: "json",
url: "cache/" + current_album_cache + ".json",
error: die,
success: albumLoaded
@@ -260,6 +261,7 @@ $(document).ready(function() {
}
$.ajax({
type: "GET",
+ dataType: "json",
url: "cache/" + album + ".json",
success: callback
});