From 6e26bf0b71a8b8493fbd1575717a2c5e539f93ee Mon Sep 17 00:00:00 2001 From: minfanyang Date: Fri, 24 Aug 2018 09:28:10 +0800 Subject: Fixed ui error Change-Id: I2a26998cc093a7aaf6458f28dc752b152f0cf666 Issue-ID: HOLMES-163 Signed-off-by: minfanyang --- rulemgt-frontend/src/assets/common/js/popModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt-frontend/src/assets/common') diff --git a/rulemgt-frontend/src/assets/common/js/popModal.js b/rulemgt-frontend/src/assets/common/js/popModal.js index 862a31a..c0bcfd8 100644 --- a/rulemgt-frontend/src/assets/common/js/popModal.js +++ b/rulemgt-frontend/src/assets/common/js/popModal.js @@ -4,7 +4,7 @@ Github: https://github.com/vadimsva/popModal */ /* popModal */ -(function ($) { +;(function ($) { $.fn.popModal = function (method) { var elem = $(this), elemObj, -- cgit 1.2.3-korg