Skip to content

Commit

Permalink
removed legacy 'btn' class from country dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Makreig committed Jan 4, 2016
1 parent c15a0ee commit 5dbe464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/extensions/CheckoutUsersControllerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function AddressForm() {
CountryDropdownField::create(
'Country',
_t('Checkout.Country','Country')
)->setAttribute("class",'countrydropdown dropdown btn')
)->setAttribute("class",'countrydropdown dropdown')
)->setName("AddressFields")
->addExtraClass('unit')
->addExtraClass('size1of2')
Expand Down

0 comments on commit 5dbe464

Please sign in to comment.