diff options
author | portix <portix@gmx.net> | 2012-01-08 14:17:48 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-08 14:17:48 +0100 |
commit | c5c5f84a082075ccd5a77df8203fd8ede3aa19f3 (patch) | |
tree | 644a1fbe0e380d32c02b0c3fc5ab686516e6f4ac /src/commands.h | |
parent | 416df47dfd09e1a8628d181399ac11872f174164 (diff) | |
download | dwb-c5c5f84a082075ccd5a77df8203fd8ede3aa19f3.zip |
New command execute_javascript; documenting custom commands; init domain in dwb_init, not in adblock_init, fixes #66
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index e0bdea38..343975f9 100644 --- a/src/commands.h +++ b/src/commands.h @@ -84,6 +84,7 @@ DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); DwbStatus commands_toggle_lock_protect(KeyMap *, Arg *); +DwbStatus commands_execute_javascript(KeyMap *km, Arg *arg); //DwbStatus commands_toggle_locked(KeyMap *, Arg *); #ifdef DWB_ADBLOCKER DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); |