From d7f0520bf16c3c06558a5cc7956c4dec2b519ff4 Mon Sep 17 00:00:00 2001 From: squandor Date: Mon, 9 Jan 2017 18:55:32 +0100 Subject: [PATCH] removed title --- templates/top_tiles.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/top_tiles.html b/templates/top_tiles.html index 180b34f..b42238c 100644 --- a/templates/top_tiles.html +++ b/templates/top_tiles.html @@ -1,6 +1,5 @@
-

Top tiles

{% for k, v in blockArray[count]["top_tiles"].iteritems() %}
@@ -17,12 +16,7 @@ $(document).ready(function() { var tilesPreviousArray_{{count}}=[]; var updateDivsType_block_{{count}} = []; {% for k, v in blockArray[count]["top_tiles"].iteritems() %} - {% if v[2] %} - $('#s_title_{{ count }}').html("{{ v[2] }}"); - {% endif %} - updateDivs_block_{{count}}.push("{{v[0]}}"); - console.log("{{v[2]|length}}"); {% if v[2]|length > 3 %} updateDivsType_block_{{count}}.push("{{v[2]}}"); {% else %}