Minor UI cleanups started porting selects from bootstrap-select to select2

This commit is contained in:
johnny@pittpc.com
2019-11-22 20:37:55 -05:00
parent a66e2c7e33
commit 328ac67d5b
165 changed files with 167 additions and 161 deletions

View File

@@ -8,14 +8,12 @@ $("#alert").fadeTo(2000, 500).slideUp(500, function(){
$("#alert").slideUp(500);
});
new EasyMDE({
autoDownloadFontAwesome: false,
element: document.getElementById('addClientNote')
});
//Initialize Select2 Elements
$('.select2').select2({
theme: 'bootstrap4'
})
new EasyMDE({
autoDownloadFontAwesome: false,
autofocus: true,
forceSync: true,
element: document.getElementById('editClientNote')
// Summernote
$('.summernote').summernote({
height: 300
});