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)?)?/