Commit 6663b9c518c00e1d3ff7fbac540ce3b23026ab14
Merge branch 'JsPanelDoubleClickedIssue' into Develop-IPAD-MAC
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 { | ... | ... |