mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-25 19:04:29 -06:00
Remove debug output
This commit is contained in:
parent
bfda8350ae
commit
e18beb56f7
@ -761,14 +761,10 @@ function SimpleMDE(options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(autoDownloadFA){
|
if(autoDownloadFA){
|
||||||
console.log("autodownloading");
|
|
||||||
|
|
||||||
var link = document.createElement("link");
|
var link = document.createElement("link");
|
||||||
link.rel = "stylesheet";
|
link.rel = "stylesheet";
|
||||||
link.href = "https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css";
|
link.href = "https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css";
|
||||||
document.getElementsByTagName("head")[0].appendChild(link);
|
document.getElementsByTagName("head")[0].appendChild(link);
|
||||||
}else{
|
|
||||||
console.log("not autodownloading");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user