Fix header padding.
Use user_id on sync table. Fix nav tabs direct linking.
This commit is contained in:
@@ -804,7 +804,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
// Change hash for page-reload
|
||||
$('.nav-settings a').on('shown', function (e) {
|
||||
$('.nav-settings a').on('shown.bs.tab', function (e) {
|
||||
window.location.hash = e.target.hash.replace("#", "#" + prefix);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user