mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Add soft tabs and searching to PAC debugger/editor
This commit is contained in:
parent
4d7ef86f4e
commit
3b891f82b4
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
const editor = ace.edit("editor");
|
||||
editor.getSession().setMode("ace/mode/javascript");
|
||||
editor.getSession().setOptions({
|
||||
mode: "ace/mode/javascript",
|
||||
useSoftTabs: true
|
||||
});
|
||||
|
||||
document.querySelector('#read-button').onclick = () => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user