mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
js: Use shorthand $() instead of $(document).ready().
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user