Replace uses of var with let or const as appropriate

This commit is contained in:
Tom Hughes 2025-01-26 19:06:27 +00:00
parent f83424aeb2
commit c47cb299a8
36 changed files with 427 additions and 430 deletions

View file

@ -1,5 +1,5 @@
$(document).ready(function () {
var application_data = $("head").data();
const application_data = $("head").data();
if (application_data.oauthToken) {
$.ajaxPrefilter(function (options) {