Commit 3572871421c3fa8b12a505a532bdb91a6ba0b970
1 parent
c1c146b3
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,7 +1667,7 @@ console.log("jsPanel version: " + jsPanel.version); | ||
1667 | // jsPanel close | 1667 | // jsPanel close |
1668 | $('.jsPanel-btn-close', jsP).on('click', function (e) { | 1668 | $('.jsPanel-btn-close', jsP).on('click', function (e) { |
1669 | // alert('2') | 1669 | // alert('2') |
1670 | - //e.preventDefault(); | 1670 | + e.preventDefault(); |
1671 | //if (!jsP.option.controls.confirmClose) { | 1671 | //if (!jsP.option.controls.confirmClose) { |
1672 | // jsPanel.close(jsP, jsP.parentElmtTagname); | 1672 | // jsPanel.close(jsP, jsP.parentElmtTagname); |
1673 | //} else { | 1673 | //} else { |