From 6991bb946297c09f8db84b8a78b5305ec626a458 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 3 Apr 2012 03:52:17 +0100 Subject: [PATCH] tag_editcloud breaks 'for i in array' --- 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 459118fb..cc6d38e5 100644 --- a/ext/index/script.js +++ b/ext/index/script.js @@ -2,7 +2,7 @@ $(function() { var blocked_tags = ($.cookie("ui-blocked-tags") || $.cookie("blocked-tags") || "").split(" "); var themecheck = $(".thumb[data-tags~='tagme']").parent().attr('class'); var needs_refresh = false; - for(i in blocked_tags) { + for(i=0; i