Add a desesperate test

This commit is contained in:
Sébastien Lucas 2013-11-28 21:19:06 +01:00
parent 8a027b5e48
commit c0a4a892ed

View file

@ -79,6 +79,8 @@
$(document).ready(function() {
// Handler for .ready() called.
try
{
var url = "<?php echo "getJSON.php?" . addURLParameter ($_SERVER["QUERY_STRING"], "complete", 1); ?>";
$.when($.get('templates/default/header.html'),
@ -116,7 +118,10 @@
}
handleLinks ();
});
}
catch (e) {
alert (e.message);
}
});