From f09ab628df848e5c7e541da72ad04119b8118ecb Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Wed, 22 Jun 2022 10:07:20 +0200 Subject: [PATCH] Temporarily disable qunit until we get it working with ember cli --- app/views/layouts/qunit.html.erb | 2 +- assets/javascripts/wizard-qunit.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/qunit.html.erb b/app/views/layouts/qunit.html.erb index c2f5fb5e..780dc7d6 100644 --- a/app/views/layouts/qunit.html.erb +++ b/app/views/layouts/qunit.html.erb @@ -12,7 +12,7 @@ <%= preload_script "wizard-raw-templates" %> <%= preload_script "wizard-plugin" %> <%= preload_script "pretty-text-bundle" %> - <%= preload_script "wizard-qunit" %> + <%#<%= preload_script "wizard-qunit" %>%> <%= csrf_meta_tags %> diff --git a/assets/javascripts/wizard-qunit.js b/assets/javascripts/wizard-qunit.js index e6692f08..37b63a3d 100644 --- a/assets/javascripts/wizard-qunit.js +++ b/assets/javascripts/wizard-qunit.js @@ -1,5 +1,5 @@ //= require legacy/env -//= require jquery.debug +//= require legacy/jquery //= require ember.debug //= require route-recognizer //= require fake_xml_http_request