From c0a4a892ed21ea75ee0ff7aec3acf2529c35b177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 21:19:06 +0100 Subject: [PATCH] Add a desesperate test --- index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index dc5f201..5478903 100644 --- a/index.php +++ b/index.php @@ -79,6 +79,8 @@ $(document).ready(function() { // Handler for .ready() called. + try + { var url = ""; $.when($.get('templates/default/header.html'), @@ -116,7 +118,10 @@ } handleLinks (); }); - + } + catch (e) { + alert (e.message); + } });