Setup recipe description mismatch

Fixes #6811
This commit is contained in:
Matthew Harris
2016-05-26 20:39:46 +01:00
committed by Sébastien Ros
parent 86b4ff4e65
commit bcd66f39d1

View File

@@ -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);