Roo/Template.js
[roojs1] / Roo / Template.js
index d39cf94..121b462 100644 (file)
@@ -67,11 +67,7 @@ Roo.Template.prototype = {
     applyTemplate : function(values){
         try {
             _t= this;
-            if (this.url) {
-                this.afterLoad = function () { _t.applyTemplate(values); };
-                this.load();
-                return;
-            }
+          
             if(this.compiled){
                 return this.compiled(values);
             }