Commit dbddfe0979023d77d9f37f268e8f1b3cceffb118

Authored by Mukul Rajput
1 parent acff4858

this is for bug 19976

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -3555,8 +3555,6 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3555 3555  
3556 3556 OpenJSPanel(); // open jsPanel here
3557 3557 if ($('#jsPanel-1').length > 0) {
3558   - $('.jsPanel-btn-min').attr('style', 'display: none');
3559   - $('.jsPanel-btn-max').attr('style', 'display: none');
3560 3558 $('.jsPanel-btn-norm').attr('style', 'display: none');
3561 3559 }
3562 3560  
... ...