mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-20 19:58:31 +00:00
Add nice whole file support
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<script>
|
||||
function make_preview() {
|
||||
$.ajax({
|
||||
url: "{{ url('core:api_markdown') }}",
|
||||
url: "{{ url('api:api_markdown') }}",
|
||||
method: "GET",
|
||||
data: { text: $("#id_content").val() }
|
||||
}).done(function (msg) {
|
||||
|
Reference in New Issue
Block a user