diff --git a/api/js/etemplate/etemplate2.js b/api/js/etemplate/etemplate2.js index 77ce6e652f..d6809e231d 100644 --- a/api/js/etemplate/etemplate2.js +++ b/api/js/etemplate/etemplate2.js @@ -211,7 +211,7 @@ etemplate2.prototype.clear = function() jQuery(this.DOMContainer).empty(); // Remove self from the index - for(name in this.templates) + for(var name in this.templates) { if(typeof etemplate2._byTemplate[name] == "undefined") continue; for(var i = 0; i < etemplate2._byTemplate[name].length; i++)