From 7ad9fee198274f50d5717048af6ebf2fd3fd480c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:40:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- share/jupyterhub/static/js/home.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/jupyterhub/static/js/home.js b/share/jupyterhub/static/js/home.js index fcd4ee5a..0f56da2f 100644 --- a/share/jupyterhub/static/js/home.js +++ b/share/jupyterhub/static/js/home.js @@ -71,7 +71,11 @@ require(["jquery", "moment", "jhapi"], function ($, moment, JHAPI) { var row = getRow($(this)); var serverName = row.data("server-name"); - if (window.confirm(`Are you sure you want to delete your server "${serverName}"?`)) { + if ( + window.confirm( + `Are you sure you want to delete your server "${serverName}"?`, + ) + ) { // before request disableRow(row);