Skip to content

Commit

Permalink
rename formatpre to formatblock 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick committed Mar 6, 2020
1 parent 6178fa8 commit 975ae17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global_card.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ EFDRC.addListeners = function(e, fld){
"highlight": [true, false, "KeyB", "hiliteColor", true],
"subscript": [false, false, "Equal", "subscript", false],
"superscript": [true, false, "Equal", "superscript", false],
"formatpre": [false, false, "Period", "formatBlock", true],
"formatblock": [false, false, "Period", "formatBlock", true],
"hyperlink": [true, false, "KeyH", "createLink", false],
"unhyperlink": [true, true, "KeyH", "createLink", false],
"unorderedlist": [false, false, "BracketLeft", "insertUnorderedList", false],
Expand Down

0 comments on commit 975ae17

Please sign in to comment.