Update settings.php

This commit is contained in:
Guillaume 2019-01-27 00:22:47 +01:00 committed by GitHub
parent 5ffc407682
commit 1afeb9ad8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,7 +352,7 @@
}); });
// Open the tab defined in the URL // Open the tab defined in the URL
$('a[href="'+ $(location).attr('hash').slice(0,-1) +'"]').tab('show'); $('a[href="'+ $(location).attr('hash').slice(0,-1) +'"]').click();
}); });
</script> </script>