mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
test
This commit is contained in:
parent
49a045023f
commit
2f05919dce
1 changed files with 5 additions and 5 deletions
|
@ -25,11 +25,6 @@
|
|||
|
||||
@Scripts.Render("~/Scripts/simplemde.js")
|
||||
@Scripts.Render("~/bundles/modernizr")
|
||||
<script>
|
||||
var mde = new SimpleMDE({
|
||||
forceSync: true
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@Scripts.Render("~/Scripts/highlight.js")
|
||||
|
@ -241,5 +236,10 @@
|
|||
@Scripts.Render("~/bundles/jquery")
|
||||
@Scripts.Render("~/bundles/bootstrap")
|
||||
@RenderSection("scripts", required: false)
|
||||
<script type="text/javascript">
|
||||
var mde = new SimpleMDE({forceSync: true});
|
||||
mde.options.forceSync();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue