Skip to content

Commit

Permalink
Restore file inputs by re-enabling.
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jul 5, 2013
1 parent a2e3498 commit 00cf919
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jquery.iframe-transport.js
Expand Up @@ -114,9 +114,7 @@
// and should revert all changes made to the page to enable the
// submission via this transport.
function cleanUp() {
markers.replaceWith(function(idx) {
return files.get(idx);
});
markers.prop('disabled', false);
form.remove();
iframe.bind("load", function() { iframe.remove(); });
iframe.attr("src", "javascript:false;");
Expand Down

0 comments on commit 00cf919

Please sign in to comment.