Skip to content

Commit

Permalink
Dev Fixed file upload part2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jun 27, 2013
1 parent ba3a4ae commit 8cc85c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modaldialog.js
Expand Up @@ -31,7 +31,7 @@ $(document).ready(function() {
autoResize: true,
draggable: true,
closeOnEscape: false,
beforeclose: function() {
beforeClose: function() {
var pass;
if(document.getElementById('uploader').contentDocument) {
if(document.getElementById('uploader').contentDocument.defaultView)
Expand Down

0 comments on commit 8cc85c5

Please sign in to comment.