Remove unneccessary dashboard/ subfolder

This commit is contained in:
Johannes Zellner
2018-04-10 13:28:38 +02:00
parent 1bd4a0aa8e
commit df15f63424
135 changed files with 52 additions and 52 deletions
+4
View File
@@ -0,0 +1,4 @@
/*! showdown-target-blank 02-11-2015 */
!function(){"use strict";var a=function(){return[{type:"output",regex:"<a(.*?)>",replace:function(a,b){return'<a target="_blank"'+b+">"}}]};"undefined"!=typeof window&&window.showdown&&window.showdown.extensions&&window.showdown.extension("targetblank",a),"undefined"!=typeof module&&(module.exports=a)}();
//# sourceMappingURL=showdown-target-blank.min.js.map