hash links
This commit is contained in:
@@ -250,8 +250,9 @@
|
||||
toggleNetwork(network);
|
||||
}
|
||||
match = hash.match(/view=([^&]+)/);
|
||||
if(match && match[1] == "roles" && network) {
|
||||
$('a[href="#net-detail-' + network + '-roles"]').tab('show');
|
||||
if(match && match[1] && network) {
|
||||
view = match[1];
|
||||
$('a[href="#net-detail-' + network + '-' + view + '"]').tab('show');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user