Skip to content

Commit

Permalink
closes #1725 : modified - prevent modal click to close.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Jan 18, 2015
1 parent 0d217f3 commit f7b6501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/script/common2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ function openCenteredDialog(url, dialogId, width, height) {
modalColor:'#000',
opacity:0.7,
escClose:false,
closeClass:'close',
modalClose:false,
loadCallback: function() {
jQuery('#tcDialog iframe').contents().find('#commentSubmit').on('click', function(e) {
});
Expand Down

0 comments on commit f7b6501

Please sign in to comment.