diff --git a/Gemfile b/Gemfile index e7613ec156..7fbb46c5ee 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem "foundation-rails" gem 'foundation_rails_helper', github: 'willrjmarshall/foundation_rails_helper', branch: "rails3" gem 'jquery-migrate-rails' -gem 'jquery-rails', '3.0.4' +gem 'jquery-rails', '3.1.5' gem 'jquery-ui-rails', '~> 4.0.0' gem 'select2-rails', '~> 3.4.7' diff --git a/Gemfile.lock b/Gemfile.lock index 2870003606..c8ef9b067f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -438,7 +438,7 @@ GEM jaro_winkler (1.5.4) journey (1.0.4) jquery-migrate-rails (1.2.1) - jquery-rails (3.0.4) + jquery-rails (3.1.5) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) jquery-ui-rails (4.0.5) @@ -748,7 +748,7 @@ DEPENDENCIES i18n-js (~> 3.6.0) immigrant jquery-migrate-rails - jquery-rails (= 3.0.4) + jquery-rails (= 3.1.5) jquery-ui-rails (~> 4.0.0) json_spec (~> 1.1.4) jwt (~> 2.2) diff --git a/app/views/spree/admin/orders/index.html.haml b/app/views/spree/admin/orders/index.html.haml index 244b2e8f1c..5359422dd0 100644 --- a/app/views/spree/admin/orders/index.html.haml +++ b/app/views/spree/admin/orders/index.html.haml @@ -84,7 +84,7 @@ %i.error.icon-remove-sign.with-tip{ng: {show: 'rowStatus[order.id] == "error"'}, 'ofn-with-tip' => t('.order_not_updated')} %a.icon_link.with-tip.icon-edit.no-text{'ng-href' => '{{order.edit_path}}', 'data-action' => 'edit', 'ofn-with-tip' => t('.edit')} %div{'ng-if' => 'order.ready_to_ship'} - %button.icon-road.icon_link.with-tip.no-text{'ng-click' => 'shipOrder(order)', 'data-confirm' => t(:are_you_sure), rel: 'nofollow', 'ofn-with-tip' => t('.ship')} + %button.icon-road.icon_link.with-tip.no-text{'ng-click' => 'shipOrder(order)', rel: 'nofollow', 'ofn-with-tip' => t('.ship')} %div{'ng-if' => 'order.ready_to_capture'} %button.icon-capture.icon_link.no-text{'ng-click' => 'capturePayment(order)', rel: 'nofollow', 'ofn-with-tip' => t('.capture')}