summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/browser/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/webapp/usageguide/browser/js/app.js')
-rw-r--r--common/src/main/webapp/usageguide/browser/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/main/webapp/usageguide/browser/js/app.js b/common/src/main/webapp/usageguide/browser/js/app.js
index 75c95fe..4504196 100644
--- a/common/src/main/webapp/usageguide/browser/js/app.js
+++ b/common/src/main/webapp/usageguide/browser/js/app.js
@@ -194,10 +194,10 @@ var app = angular.module("POCApp", ["ui.router", "ngTable"])
/*$scope.geticonClass = function() {
if($( "#panel1" ).hasClass( "in" )){
- return "openo_accordion_ui-icon-expand";
+ return "onap_accordion_ui-icon-expand";
}
else{
- return "openo_accordion_ui-icon-expand.current";
+ return "onap_accordion_ui-icon-expand.current";
}