js: Use shorthand $() instead of $(document).ready().

This commit is contained in:
derAnfaenger
2017-10-05 16:01:50 +02:00
committed by Tim Abbott
parent 6b99022a02
commit ad5bc4b06c
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ function update_last_full_update(end_times) {
$('#id_last_full_update').closest('.last-update').show();
}
$(document).ready(function () {
$(function () {
$('span[data-toggle="tooltip"]').tooltip({
animation: false,
placement: 'top',