chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 (stable) (#2614)
* chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3 * style: format code using prettier v3.0.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
74737cf3c4
commit
8c5512cd73
35 changed files with 374 additions and 374 deletions
|
@ -119,13 +119,13 @@ function removeLogo() {
|
|||
function (json) {
|
||||
// Reload without resubmitting the form
|
||||
location.href = location.href.replace(location.hash, "");
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
function deleteAllFiles() {
|
||||
var resp = confirm(
|
||||
$.i18n._("Are you sure you want to delete all the tracks in your library?")
|
||||
$.i18n._("Are you sure you want to delete all the tracks in your library?"),
|
||||
);
|
||||
if (resp) {
|
||||
$.post(
|
||||
|
@ -133,7 +133,7 @@ function deleteAllFiles() {
|
|||
{ csrf_token: $("#csrf").val() },
|
||||
function (json) {
|
||||
location.reload();
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue