Updates and LeafInput

This commit is contained in:
2016-01-13 21:56:22 -05:00
parent 79baded8b1
commit 048327666f
500 changed files with 80975 additions and 132 deletions
+9
View File
@@ -0,0 +1,9 @@
/* create markdowneditor for textarea class="mdd_editor" */
(function ($) {
/* initialize markdown editor */
$("textarea.mdd_editor").MarkdownDeep({ help_location: "/Scripts/mdd_help.htm", ExtraMode: true });
/* initialize dropdown menus */
$(".dropdown-toggle").dropdown();
})(jQuery);