Browse Source

UI-1320: fixed a bug in SmartPBX where the dashboard tab was not automatically highlighted at the loading of the app

4.3
Maxime Roux 11 years ago
parent
commit
a64a0c4a33
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app.js
  2. +1
    -1
      style/app.css

+ 1
- 1
app.js View File

@ -42,7 +42,7 @@ define(function(require){
template = $(monster.template(self, 'app'));
/* On first Load, load my office */
template.find('.category#my_office').addClass('active');
template.find('.category#myOffice').addClass('active');
monster.pub('voip.myOffice.render', { parent: template.find('.right-content') });
self.bindEvents(template);


+ 1
- 1
style/app.css View File

@ -8,7 +8,7 @@
@import url('../submodules/featureCodes/featureCodes.css');
@import url('../submodules/vmboxes/vmboxes.css');
#voip_container .left-menu #my_office {
#voip_container .left-menu #myOffice {
margin-bottom: 20px;
}


Loading…
Cancel
Save