mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
Hide toolbar.
This commit is contained in:
parent
27dce0706f
commit
2ee59abea9
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
@Scripts.Render("~/bundles/bootstrap")
|
||||
@RenderSection("scripts", required: false)
|
||||
<script type="text/javascript">
|
||||
var mde = new SimpleMDE({forceSync: true});
|
||||
var mde = new SimpleMDE({forceSync: true, toolbar:false});
|
||||
mde.options.forceSync();
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue