From 18ec17347e56d0e6449fb2568ebadea167957152 Mon Sep 17 00:00:00 2001 From: assar Date: Thu, 8 Jun 2017 17:15:45 +0200 Subject: [PATCH] Somewhat fixed now --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 2f46393..b8267d5 100644 --- a/static/script.js +++ b/static/script.js @@ -202,7 +202,7 @@ function perform_query() { $.getJSON('https://www.elab.kth.se/parts/query/' + filter + '/' + query, function(data) { var newResults = $('
'); for(var i = 0; i < data.length; i++) { // Create new view for results - var newRow = $('
'); + var newRow = $('
'); var newClicker = $(''); newClicker.append($('
').text(text_filter(data[i].block)));