Adding the js function categoryLinkParentChildSelect to chill-main (from chill-group)

This commit is contained in:
Marc Ducobu
2016-03-24 10:42:46 +01:00
parent e6a47ddcbc
commit 6d0ffcf1bc
2 changed files with 67 additions and 0 deletions

View File

@@ -167,6 +167,7 @@
chill.emulateSticky();
chill.checkOtherValueOnChange();
$('.select2').select2({allowClear: true});
chill.categoryLinkParentChildSelect();
</script>
{% block js%}<!-- nothing added to js -->{% endblock %}