Fix for #activity
This commit is contained in:
parent
455e4ac936
commit
a0390d27a1
1 changed files with 2 additions and 1 deletions
|
|
@ -306,7 +306,8 @@
|
|||
});
|
||||
|
||||
var tab = window.location.hash || (localStorage.getItem('client_tab') || '');
|
||||
var selector = '.nav-tabs a[href="#' + tab.replace('#', '') + '"]';
|
||||
tab = tab.replace('#', '');
|
||||
var selector = '.nav-tabs a[href="#' + tab + '"]';
|
||||
if (tab && tab != 'activity' && $(selector).length) {
|
||||
$(selector).tab('show');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue