From 9d86a2b56788027d86e22af3c76c15a23a342576 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:59:42 +0800 Subject: [PATCH] DEV: Adds missing defer attribute to wizard js in dev layout (#17146) Small followup to #17063 The wizard `js` file slipped through the cracks. This only affected dev installs. --- app/assets/javascripts/discourse/lib/bootstrap-json/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/lib/bootstrap-json/index.js b/app/assets/javascripts/discourse/lib/bootstrap-json/index.js index 98fc1ed882b..e44465f8a28 100644 --- a/app/assets/javascripts/discourse/lib/bootstrap-json/index.js +++ b/app/assets/javascripts/discourse/lib/bootstrap-json/index.js @@ -73,7 +73,7 @@ function head(buffer, bootstrap, headers, baseURL) { } if (admin) { - buffer.push(``); + buffer.push(``); } }