diff options
Diffstat (limited to 'doc/api/editbar.md')
-rw-r--r-- | doc/api/editbar.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/editbar.md b/doc/api/editbar.md index d4ad4c64..d297eb25 100644 --- a/doc/api/editbar.md +++ b/doc/api/editbar.md @@ -1,5 +1,5 @@ # Editbar -srf/static/js/pad_editbar.js +src/static/js/pad_editbar.js ## isEnabled() @@ -25,4 +25,4 @@ toolbar.registerAceCommand("insertorderedlist", function (cmd, ace) { Ties a `div.popup` where `id` equals `dropdown` to a `command` fired by clicking a button. ## triggerCommand(cmd[, item]) -Triggers a command (optionally with some internal representation of the toolbar item that triggered it).
\ No newline at end of file +Triggers a command (optionally with some internal representation of the toolbar item that triggered it). |