Skip to content

Commit

Permalink
Merge pull request #297 from myparcelnl/radio-buttons-IE11
Browse files Browse the repository at this point in the history
Radio buttons ie11
  • Loading branch information
RichardPerdaan authored Aug 13, 2019
2 parents 770d8a8 + 7264de0 commit a4db56f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "myparcelnl/magento",
"description": "A Magento 2 module that creates MyParcel labels",
"type": "magento2-module",
"version": "3.0.2",
"version": "3.0.3",
"homepage": "https://www.myparcel.nl",
"keywords": ["MyParcel", "My Parcel", "Post NL", "PostNL", "Magento 2"],
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
<module name="MyParcelNL_Magento" setup_version="3.0.2">
<module name="MyParcelNL_Magento" setup_version="3.0.3">
<sequence>
<module name="Magento_Sales"/>
</sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ define(
return true;
}

function showDeliveryRadio(extraOption, typeTitle = '') {

function showDeliveryRadio(extraOption) {
var typeTitle = '';
jQuery("td[id^='label_carrier_" + window.mypa.data.general.parent_method + "']").parent().hide();
jQuery("td[id^='label_carrier_"+ extraOption +"']").parent().show();

Expand Down

0 comments on commit a4db56f

Please sign in to comment.