Add a desesperate test
This commit is contained in:
parent
8a027b5e48
commit
c0a4a892ed
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue