1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00
Files
recipes/cookbook/static/custom/js/form_select.js
2020-01-17 16:02:14 +01:00

3 lines
69 B
JavaScript

$(document).ready(function () {
$('.selectwidget').select2();
});