diff options
author | minfanyang <yang.minfan@zte.com.cn> | 2018-08-24 09:28:10 +0800 |
---|---|---|
committer | minfanyang <yang.minfan@zte.com.cn> | 2018-08-24 09:28:10 +0800 |
commit | 6e26bf0b71a8b8493fbd1575717a2c5e539f93ee (patch) | |
tree | 122b28e8c4ebf9ab70051ba34cec8e6ca022d27c /rulemgt-frontend/src/assets/common | |
parent | 448a62b47b193dd8a658b6d7c0ddf52dbfe2589b (diff) |
Fixed ui error
Change-Id: I2a26998cc093a7aaf6458f28dc752b152f0cf666
Issue-ID: HOLMES-163
Signed-off-by: minfanyang <yang.minfan@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/src/assets/common')
-rw-r--r-- | rulemgt-frontend/src/assets/common/js/popModal.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |