Commit cf5f4ad1 authored by Romain Loth's avatar Romain Loth

one comment too much made the main loading gif never disappear

parent ec8c1176
......@@ -257,7 +257,6 @@ $(document).ready(function() {
hide(".hero-unit");
$("#welcome").fadeOut("slow");
// console.log("initiating graphexplorer")
// show("#loading", "fast");
return collectFilters(function(query) {
// debug
// console.log("collected filters: " + query);
......@@ -273,7 +272,7 @@ $(document).ready(function() {
return window.open("/print_directory.php?query=" + query);
});
});
// hide("#loading");
hide("#loading");
cache = {};
return xhrs = {};
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment