replaced SimpleMDE with EasyMDE as SimpleMDE is no longer being maintained MDE now works for client notes also added a MD php parser called parsedown

This commit is contained in:
root
2019-04-20 13:05:21 -04:00
parent c264c3ee8a
commit d63e924741
41 changed files with 10519 additions and 37197 deletions

View File

@@ -45,4 +45,14 @@ $(function() {
var url = window.location.pathname;
var filename = url.substr(url.lastIndexOf('/') + 1);
$('.navbar-nav a[href$="' + filename + '"]').parent().addClass("active");
});
new EasyMDE({
autoDownloadFontAwesome: false,
element: document.getElementById('addClientNote')
});
new EasyMDE({
autoDownloadFontAwesome: false,
element: document.getElementById('editClientNote')
});