From d6de529ca54ee185cd9c9fe090eb01985ae2e830 Mon Sep 17 00:00:00 2001 From: Daku Date: Sat, 31 Mar 2012 05:51:30 +0100 Subject: [PATCH 1/2] should work properly with lite theme now.. --- ext/index/script.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/ext/index/script.js b/ext/index/script.js index cc6d38e5..db85b05f 100644 --- a/ext/index/script.js +++ b/ext/index/script.js @@ -5,9 +5,11 @@ $(function() { for(i=0; i Date: Wed, 2 May 2012 21:13:37 +0100 Subject: [PATCH 2/2] forgot to removing testing :x --- ext/index/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/index/script.js b/ext/index/script.js index db85b05f..6c3078c0 100644 --- a/ext/index/script.js +++ b/ext/index/script.js @@ -1,6 +1,6 @@ $(function() { var blocked_tags = ($.cookie("ui-blocked-tags") || $.cookie("blocked-tags") || "").split(" "); - var themecheck = $(".thumb[data-tags~='tagme']").parent().attr('class'); + var themecheck = $(".thumb[data-tags]").parent().attr('class'); var needs_refresh = false; for(i=0; i