Clean up Logic for Client Add and Client Edit Modals, same for trip add copy edit

This commit is contained in:
johnnyq
2023-11-08 13:34:58 -05:00
parent 40b6723fac
commit eb01e4b4d5
6 changed files with 135 additions and 135 deletions

View File

@@ -13,12 +13,6 @@ $('.select2').select2({
theme: 'bootstrap4'
});
// Initialize Select2 Elements
$('.select2Tag').select2({
theme: 'bootstrap4',
tags: true
});
// Initialize TinyMCE
tinymce.init({
selector: '.tinymce',