Fix header padding.

Use user_id on sync table.
Fix nav tabs direct linking.
This commit is contained in:
Tim 2015-08-03 00:07:14 +02:00
commit 17d2c615cf
4 changed files with 10 additions and 16 deletions

View file

@ -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);
});