mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 04:19:04 +08:00
Merge branch '1.8.x' into 1.9-int
This commit is contained in:
@@ -178,9 +178,10 @@
|
||||
$("[name=" + controller.attr("name") + "]").click(function () { $("[name=" + $(this).attr("name") + "]").each($(this).toggleWhatYouControl); });
|
||||
}
|
||||
else if (controller.is("option")) {
|
||||
controller.parent().change(function () {
|
||||
controller.parent().change(function() {
|
||||
controller.toggleWhatYouControl();
|
||||
}).each($(this).toggleWhatYouControl);
|
||||
});
|
||||
controller.each($(this).toggleWhatYouControl);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user