Skip to content

Commit 0463fd2

Browse files
committed
block use hotkeys to see source code without rights
1 parent 11d555f commit 0463fd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/js/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ $(document).ready(function () {
474474
if (ui.toolbar.edit.data('blockSource')) return
475475
changeMode(modeType.edit)
476476
})
477-
// add here exeption when "exeption = true" run code below, false = return
478477
key('ctrl+alt+v', function (e) {
479478
changeMode(modeType.view)
480479
})

0 commit comments

Comments
 (0)