This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
modified: system/admin/editor/js/Markdown.Editor.js (wyłączenie skrótu ctrl+x)
pull/555/head
mieszkou
3 years ago
parent
e21ca7fc2f
commit
72dc794080
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
:
doClick
(
buttons
.
readmore
)
;
break
;
case
"x"
:
doClick
(
buttons
.
strikethrough
)
;
break
;
// case "x":
// doClick(buttons.strikethrough);
// break;
case
"j"
:
doClick
(
buttons
.
table
)
;
break
;
Write
Preview
Loading…
Cancel
Save