Browse Source

modified: system/admin/editor/js/Markdown.Editor.js (wyłączenie skrótu ctrl+x)

pull/555/head
mieszkou 3 years ago
parent
commit
72dc794080
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      system/admin/editor/js/Markdown.Editor.js

+ 3
- 3
system/admin/editor/js/Markdown.Editor.js View File

@ -1309,9 +1309,9 @@
case "m": case "m":
doClick(buttons.readmore); doClick(buttons.readmore);
break; break;
case "x":
doClick(buttons.strikethrough);
break;
// case "x":
// doClick(buttons.strikethrough);
// break;
case "j": case "j":
doClick(buttons.table); doClick(buttons.table);
break; break;


Loading…
Cancel
Save