create type select2_choice and apply select2 only on those fields

This commit is contained in:
2014-11-13 16:57:13 +01:00
parent 3e8843dc61
commit 7b7cdeba21
3 changed files with 55 additions and 1 deletions

View File

@@ -134,7 +134,7 @@
}
});
$('select').select2();
$('.select2').select2();
</script>
</body>