mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
committed by
Sébastien Ros
parent
86b4ff4e65
commit
bcd66f39d1
@@ -19,6 +19,7 @@
|
||||
var description = $(this).find(":selected").data("recipe-description"); // reads the html attribute of the selected option
|
||||
$("#recipedescription").text(description); // make the contents of <div id="recipe-description"></div> be the escaped description string
|
||||
});
|
||||
$("select.recipe").change(); // trigger at page load to bring in sync
|
||||
$(".data").find('input[name=DatabaseProvider]:checked').click();
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user