clean up spacing

This commit is contained in:
Ray 2023-03-10 10:04:04 -05:00
parent 478d6507bb
commit bf07451266

View file

@ -468,8 +468,6 @@ function doPoke(xchan) {
return true;
}
function update_role_text() {
let new_role = $("#id_permissions_role").val();
if (typeof(new_role) !== 'undefined') {
@ -584,9 +582,6 @@ function alertsUpdate() {
alertstimer = setTimeout(alertsUpdate,alertsInterval);
}
function notificationsUpdate(cached_data) {
let pingCmd = 'ping' + ((localUser != 0) ? '?f=&uid=' + localUser : '');
@ -886,7 +881,6 @@ function updateConvItems(mode,data) {
$('html, body').animate({ scrollTop: $('.item_' + submid_encoded).offset().top - $('nav').outerHeight() }, 'slow');
$('.item_' + submid_encoded).addClass('item-highlight');
}
$(document.body).trigger("sticky_kit:recalc");
}
@ -983,7 +977,6 @@ function liveUpdate(notify_id) {
let origHeight = 0;
let expanded = $('.comment-edit-text.expanded');
if(typeof profile_uid === 'undefined') profile_uid = false;