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