mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Minor UI cleanups started porting selects from bootstrap-select to select2
This commit is contained in:
16
js/app.js
16
js/app.js
@@ -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
|
||||
});
|
||||
Reference in New Issue
Block a user