diff --git a/app/views/shop/checkout/_shipping.html.haml b/app/views/shop/checkout/_shipping.html.haml index 7edcd02aef..d70b717525 100644 --- a/app/views/shop/checkout/_shipping.html.haml +++ b/app/views/shop/checkout/_shipping.html.haml @@ -59,4 +59,4 @@ = validated_input "Phone", "order.ship_address.phone" .row .large-12.columns.text-right - %button{"ng-disabled" => "details.$invalid", "ng-click" => "next($event)"} Next + %button{"ng-disabled" => "details.$invalid", "ng-click" => "next($event)", "ofn-focus" => "accordion['shipping']"} Next