aboutsummaryrefslogtreecommitdiffstats
path: root/resmgr
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2017-04-17 07:12:19 +0000
committerGerrit Code Review <gerrit@open-o.org>2017-04-17 07:12:19 +0000
commit9c780336dcc7476787601455fcfd5e4dae4dae1b (patch)
tree779aa2b54647a0854d6d01d5c09f5733a4fd7fa8 /resmgr
parentc981b76efb081405569b4953e0e0529038c0b46a (diff)
parent4058a32d97cd84f92ac5fc218a15c667c03eada0 (diff)
Merge "issues fix for mozilla"
Diffstat (limited to 'resmgr')
-rw-r--r--resmgr/src/main/webapp/resmgr/js/app.js4
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 b86393ff..fea0835f 100644
--- a/resmgr/src/main/webapp/resmgr/js/app.js
+++ b/resmgr/src/main/webapp/resmgr/js/app.js
@@ -1642,9 +1642,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;
});