Skip to content

Commit

Permalink
[ui:dialog] fix debugging code @7c59d7c2be88d3fb05c0b4a8fbc10e4077843451
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Apr 7, 2016
1 parent 7c59d7c commit a210790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ $.fn.elfinderdialog = function(opts) {
$.fn.elfinderdialog.defaults = {
cssClass : '',
title : '',
modal : true,
modal : false,
resizable : true,
autoOpen : true,
closeOnEscape : true,
Expand Down

0 comments on commit a210790

Please sign in to comment.