Commit c19f61ba611c64f5c47df0b4982f74d31db5dfff

Authored by mangaldeep patel
1 parent 4e7c6d8a

AIA BUG 38819

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -5427,7 +5427,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A @@ -5427,7 +5427,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A
5427 5427
5428 OpenJSPanel(); // open jsPanel here 5428 OpenJSPanel(); // open jsPanel here
5429 if ($('#jsPanel-1').length > 0) { 5429 if ($('#jsPanel-1').length > 0) {
5430 - $('.jsPanel-btn-norm').attr('style', 'display: none'); 5430 + $('.jsPanel-btn-norm').attr('style', 'display: block');
5431 } 5431 }
5432 5432
5433 console.log('jsPanel loaded exist= ' + document.getElementById('jsPanel-1')); // document.getElementsByClassName('ppImagePanel')); 5433 console.log('jsPanel loaded exist= ' + document.getElementById('jsPanel-1')); // document.getElementsByClassName('ppImagePanel'));