From 20da918242f1b053931817b74f266d2fcca6a817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 8 May 2015 21:59:07 +0200 Subject: [PATCH] testing --- index.php | 24 +++++++++++++----------- static/js/search.js | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/index.php b/index.php index 59a7d3c2..1748be39 100755 --- a/index.php +++ b/index.php @@ -108,17 +108,19 @@
-
-
- - -
- -
- - - -
+
+
+
+ + +
+ +
+ + + +
+
diff --git a/static/js/search.js b/static/js/search.js index 1b9b40d3..3c7f737a 100755 --- a/static/js/search.js +++ b/static/js/search.js @@ -1,7 +1,7 @@ var old_input=""; var timer = 0; var api_key = "***REMOVED***"; -var result_html = $("#temp-results").html(); +var result_html = $("#temp-results-container").html(); $( "#results" ).empty(); var time_regex = /P((([0-9]*\.?[0-9]*)Y)?(([0-9]*\.?[0-9]*)M)?(([0-9]*\.?[0-9]*)W)?(([0-9]*\.?[0-9]*)D)?)?(T(([0-9]*\.?[0-9]*)H)?(([0-9]*\.?[0-9]*)M)?(([0-9]*\.?[0-9]*)S)?)?/