Commit 5b2cdd4fac2f96fda5646878a29084b710b6ac5b
1 parent
e22d950f
[AIA HTML5 - Bug #25376] (Ready for QA) Tablet Device > The modulepage did not g…
…et close when clicking on the close (X) sign. From: redmine-noreply@ebix.com Sent: Fri, Dec 15, 2017 at 12:52 am To: ayush.jain@ebix.com, abalyan@ebix.com, monika.sharma@ebix.com Issue #25376 has been updated by Nikita Kulshreshtha. Status changed from In Progress to Ready for QA Bug #25376: Tablet Device > The module page did not get close when clicking on the close (X) sign.
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/libs/jquery/jquery_plugin/jsPanel/jspanel/jquery.jspanel.js
... | ... | @@ -1667,7 +1667,7 @@ console.log("jsPanel version: " + jsPanel.version); |
1667 | 1667 | // jsPanel close |
1668 | 1668 | $('.jsPanel-btn-close', jsP).on('click', function (e) { |
1669 | 1669 | // alert('2') |
1670 | - //e.preventDefault(); | |
1670 | + e.preventDefault(); | |
1671 | 1671 | //if (!jsP.option.controls.confirmClose) { |
1672 | 1672 | // jsPanel.close(jsP, jsP.parentElmtTagname); |
1673 | 1673 | //} else { | ... | ... |