From: seshukm Date: Mon, 17 Apr 2017 07:11:25 +0000 (+0530) Subject: issues fix for mozilla X-Git-Tag: release/mercury~41^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4058a32d97cd84f92ac5fc218a15c667c03eada0;p=vnfsdk%2Frefrepo.git issues fix for mozilla IssueID : CLIENT-40 Change-Id: I3545f8d25f85af0c8f9ac9bee87d1a2f3ed5d436 Signed-off-by: seshukm --- diff --git a/resmgr/src/main/webapp/resmgr/js/app.js b/resmgr/src/main/webapp/resmgr/js/app.js index be7b5ee1..e4be2f53 100644 --- a/resmgr/src/main/webapp/resmgr/js/app.js +++ b/resmgr/src/main/webapp/resmgr/js/app.js @@ -1559,9 +1559,9 @@ var app = angular.module("ResourceMgrApp", ["ui.router", "ngTable"]) var modelTemplate = ""; function loadTemplate() { - $.get('/openoui/resmgr/templates/template.html', function (template) { +/* $.get('/openoui/resmgr/templates/template.html', function (template) { modelTemplate += template; - }); + });*/ $.get('/openoui/resmgr/templates/templateContainer.html', function (template) { modelTemplate += template; });