Skip to content

Commit

Permalink
Revert "force drop-in"
Browse files Browse the repository at this point in the history
IE9 doesn't support drop-in :(

This reverts commit db5f1b3.
  • Loading branch information
shelling committed Dec 6, 2012
1 parent db5f1b3 commit 0825b09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion views/index.haml
Expand Up @@ -4,7 +4,13 @@
.row.fileupload-buttonbar
.span6.offset3.fileupload-progress.fade
.span2.offset3
%span.btn.btn-success.fileinput-button
%i.icon-plus.icon-white
%span= "上傳檔案"
%input{type: "file", name: "files[]", multiple: "multiple"}
.span4.fileupload-progress.fade
.progress.progress-success.progress-striped.active{:role => "progressbar", :"aria-valuemax" => "100"}
.bar
Expand Down

0 comments on commit 0825b09

Please sign in to comment.