issues fix for mozilla
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 17 Apr 2017 07:11:25 +0000 (12:41 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Mon, 17 Apr 2017 07:11:25 +0000 (12:41 +0530)
IssueID : CLIENT-40

Change-Id: I3545f8d25f85af0c8f9ac9bee87d1a2f3ed5d436
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
resmgr/src/main/webapp/resmgr/js/app.js

index be7b5ee..e4be2f5 100644 (file)
@@ -1559,9 +1559,9 @@ var app = angular.module("ResourceMgrApp", ["ui.router", "ngTable"])
 var modelTemplate = "";\r
 function loadTemplate() {\r
     \r
-    $.get('/openoui/resmgr/templates/template.html', function (template) {\r
+/*    $.get('/openoui/resmgr/templates/template.html', function (template) {\r
         modelTemplate += template;\r
-    });\r
+    });*/\r
     $.get('/openoui/resmgr/templates/templateContainer.html', function (template) {\r
         modelTemplate += template;\r
     });\r