Remove remotipart (not working with ie9) the upload is working except that the pop-up does not disappear in ie

This commit is contained in:
Christophe Vilayphiou 2012-08-06 17:34:00 +08:00
parent 86a3d4a4b1
commit 292105bdf1
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ gem 'mysql2'
gem 'nokogiri'
gem 'radius'
gem 'rake'
gem 'remotipart'
# gem 'remotipart'
gem 'resque' # background jobs
gem 'resque-scheduler' # job scheduling
gem 'resque-restriction'

View File

@ -17,4 +17,4 @@
//= require side_bar_history
//= require rss
//= require ajax_form
//= require jquery.remotipart
//= require inc/ajax_setting

View File

@ -53,7 +53,7 @@
</div>
<div style="position: absolute; width: 100%; bottom: 0;">
<div class="modal-footer">
<%= f.submit t(:create), :class => "btn btn-primary" %>
<a id='ajax_form_submit' class="btn btn-primary"><%= t(:create) %></a>
</div>
</div>