4 lines
450 B
JavaScript
4 lines
450 B
JavaScript
/*! Omnibus — show the lowest price - v2.3.9
|
|
* http://iworks.pl/
|
|
* Copyright (c) 2023; * Licensed GPL-3.0 */
|
|
!function(a){a(function(){a("input#_iwo_price_lowest_message_settings").on("change",function(){a(this).is(":checked")?a(this).closest("tbody").find(".iworks_omnibus_messages_settings_field").closest("tr").show():a(this).closest("tbody").find(".iworks_omnibus_messages_settings_field").closest("tr").hide()}).trigger("change")})}(jQuery); |