Allow Manual Input of Trip Destination or select from client locations, Added Remember me checkbox for future implementation

This commit is contained in:
johnnyq
2023-11-06 19:37:48 -05:00
parent d2e3c1e12d
commit 3f2f405596
4 changed files with 57 additions and 4 deletions

View File

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