From 738c2db3c550f851df7284028c258d71f292afa9 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Tue, 12 Jun 2018 07:12:04 -0400 Subject: [PATCH] Correct issue in JqueryUI/modal.js where it used $() rather than jQuery() in one spot, and also fix issue where modal would stay open in some cases when we didn't want it to --- wire/modules/Jquery/JqueryUI/modal.js | 8 ++++++-- wire/modules/Jquery/JqueryUI/modal.min.js | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/wire/modules/Jquery/JqueryUI/modal.js b/wire/modules/Jquery/JqueryUI/modal.js index 4b984e59..c4553864 100644 --- a/wire/modules/Jquery/JqueryUI/modal.js +++ b/wire/modules/Jquery/JqueryUI/modal.js @@ -188,7 +188,7 @@ function pwModalWindow(href, options, size) { $iframe.data('settings', settings); $iframe.load(function() { if(typeof settings.title == "undefined" || !settings.title) { - var title = $('