Browse Source

UI-1322: fixed a bug where the dashboard tab would stay highlighted after clicking to one of the links inside the page (such as 'Total Users')

4.3
Maxime Roux 11 years ago
parent
commit
7682bdd632
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/myOffice/myOffice.js

+ 1
- 1
submodules/myOffice/myOffice.js View File

@ -520,7 +520,7 @@ define(function(require){
category = $this.data('category'),
subcategory = $this.data('subcategory');
$('.category#my_office').removeClass('active');
$('.category').removeClass('active');
switch(category) {
case "users":
$('.category#users').addClass('active');


Loading…
Cancel
Save