[-] MO : #PSCFV-2349 - Fix bugs with theme export

This commit is contained in:
mDeflotte
2012-05-18 09:08:29 +00:00
parent c7c7bc7a08
commit 7fb5770314
2 changed files with 21 additions and 21 deletions
+1 -2
View File
@@ -99,7 +99,6 @@ $('document').ready(function()
if (themes.length > 0)
{
var count = 0;
while (themes_id[count] != null && count < 10)
addVariation(themes_id[count++]);
addVariation(themes_id[theme_selected]);
}
});