From 028e43d80b31c91cee4ca737407512990dfd7c26 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 24 Oct 2017 14:10:44 -0700 Subject: [PATCH] Issue #2825 Possible fix for modal problem. --- e107_web/js/core/front.jquery.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_web/js/core/front.jquery.js b/e107_web/js/core/front.jquery.js index fcb03a348..33aa9e1b0 100644 --- a/e107_web/js/core/front.jquery.js +++ b/e107_web/js/core/front.jquery.js @@ -92,9 +92,9 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}}; height = $(this).attr('data-modal-height'); } - $('.modal-body').html('
'); - $('.modal-caption').html(caption + ' '); - $('.modal').modal(modalOptions); + $('#uiModal .modal-body').html('
'); + $('#uiModal .modal-caption').html(caption + ' '); + $('#uiModal.modal').modal(modalOptions); $("#e-modal-iframe").on("load", function () {