From f053dc413a0a7c8f43a284f462b0b9c66fc08630 Mon Sep 17 00:00:00 2001 From: Gordon Lesti Date: Tue, 1 Mar 2016 10:01:44 +0100 Subject: [PATCH] remove duplicate switchIsFilterable --- .../view/adminhtml/templates/catalog/product/attribute/js.phtml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/js.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/js.phtml index dfc022ec9b650..5ca582388cf74 100644 --- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/js.phtml +++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/attribute/js.phtml @@ -337,7 +337,6 @@ window.setRowVisibility = setRowVisibility; window.showDefaultRows = showDefaultRows; window.switchDefaultValueField = switchDefaultValueField; window.switchIsFilterable = switchIsFilterable; -window.switchIsFilterable = switchIsFilterable; window.bindAttributeInputType = bindAttributeInputType; window.checkOptionsPanelVisibility = checkOptionsPanelVisibility; window.getFrontTab = getFrontTab;