From 60a881effe78d697f42a83ebc352b33288005895 Mon Sep 17 00:00:00 2001 From: mattbk Date: Fri, 3 Sep 2021 10:08:42 -0500 Subject: [PATCH] Fix typo. --- data_embed/js.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_embed/js.js b/data_embed/js.js index 68a547b..7d82be9 100644 --- a/data_embed/js.js +++ b/data_embed/js.js @@ -116,5 +116,5 @@ function updateFileUpload(event) { } function confirmAction(actionName) { - return window.confirm('Are you shure want to ' + actionName); -} \ No newline at end of file + return window.confirm('Are you sure you want to ' + actionName + '?'); +}