diff --git a/Modules/Skins/Addons/Auctionator.lua b/Modules/Skins/Addons/Auctionator.lua index d1baa134..41613498 100644 --- a/Modules/Skins/Addons/Auctionator.lua +++ b/Modules/Skins/Addons/Auctionator.lua @@ -451,7 +451,7 @@ function S:Auctionator() tryPostHook("AuctionatorConfigMoneyInputMixin", "OnLoad", configMoneyInput) tryPostHook("AuctionatorConfigNumericInputMixin", "OnLoad", configNumericInput) tryPostHook("AuctionatorConfigRadioButtonGroupMixin", "SetupRadioButtons", configRadioButtonGroup) - tryPostHook("AuctionatorDropDownInternalMixin", "Initialize", dropDownInternal) + -- tryPostHook("AuctionatorDropDownInternalMixin", "Initialize", dropDownInternal) -- tryPostHook("AuctionatorFilterKeySelectorMixin", "OnLoad", filterKeySelector) tryPostHook("AuctionatorKeyBindingConfigMixin", "OnLoad", keyBindingConfig) tryPostHook("AuctionatorResultsListingMixin", "OnShow", resultsListing)