summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-31 12:27:04 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-01 22:25:55 +0300
commit2a161d7d96cf418a35b58bbe40eae603c93abba5 (patch)
treeb32bd07aa031ca441f890d3f8d2241c662a401df /src/client
parentce99eaa397d970da98c0d3c92324ef66aba14845 (diff)
btn_rzdoc__new(): fix rzdoc__open() call
Diffstat (limited to 'src/client')
-rw-r--r--src/client/buttons.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/buttons.js b/src/client/buttons.js
index 2beb09a5..1a299c19 100644
--- a/src/client/buttons.js
+++ b/src/client/buttons.js
@@ -132,7 +132,7 @@ $('#btn_rzdoc__new').click(function() {
cmd_bar.remove();
});
- rz_core.rzdoc_open(rzdoc_name);
+ rz_core.rzdoc__open(rzdoc_name);
};
var on_error = function() {