diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-04-17 12:41:25 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-04-17 12:41:25 +0530 |
commit | 4058a32d97cd84f92ac5fc218a15c667c03eada0 (patch) | |
tree | b3e1abfcc15db3067cc3836e1ec26d389d1e8846 /resmgr | |
parent | 40a3217b555220a93085d0f7cf0c4250cae2beb1 (diff) |
issues fix for mozilla
IssueID : CLIENT-40
Change-Id: I3545f8d25f85af0c8f9ac9bee87d1a2f3ed5d436
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'resmgr')
-rw-r--r-- | resmgr/src/main/webapp/resmgr/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
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;
});
|