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)));