copy pasting is bad

This commit is contained in:
Ellpeck 2019-11-24 21:41:37 +01:00
parent ca3b84310c
commit 5389931ad3
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@
$.ajax({
dataType: "text",
url: "docs/tutorial.md",
cache: false,
success: function (md) {
var converter = new showdown.Converter({
extensions: ["prettify"]