meal plan WIP

This commit is contained in:
vabene1111
2020-01-17 16:02:14 +01:00
parent 2afec837a4
commit 7449380434
13 changed files with 226 additions and 20 deletions

View File

@ -0,0 +1,3 @@
$(document).ready(function () {
$('.selectwidget').select2();
});