Updates and LeafInput
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user