We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507e8ce + be3fbf1 commit 9eb0411Copy full SHA for 9eb0411
src/js/simplemde.js
@@ -1672,9 +1672,7 @@ SimpleMDE.prototype.createToolbar = function(items) {
1672
var nonSeparatorIconsFollow = false;
1673
1674
for(var x = (i + 1); x < items.length; x++) {
1675
- console.log(x);
1676
if(items[x] !== "|" && (!self.options.hideIcons || self.options.hideIcons.indexOf(items[x].name) == -1)) {
1677
- console.log(items[x]);
1678
nonSeparatorIconsFollow = true;
1679
}
1680
@@ -2002,4 +2000,4 @@ SimpleMDE.prototype.toTextArea = function() {
2002
2000
2003
2001
};
2004
2005
-module.exports = SimpleMDE;
+module.exports = SimpleMDE;
0 commit comments