diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-03 11:14:26 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-03 11:14:28 +0300 |
| commit | aa02129b71e09b8d41f45583197e8e8de40ca513 (patch) | |
| tree | c128adf5a1625e7da43bc976efc4fe0db2976694 /src/client/buttons.js | |
| parent | 725aa559eaa7c1cebbbbcf9462d89f9d2638545d (diff) | |
client: load new doc button: use ajax
return to the good ol days of SPA
updates title name too. Double the logic - title set by the server too
for a better client side behaviour. Could fix by using a template for
the function setting the title, doesn't seem worth it right now.
Diffstat (limited to 'src/client/buttons.js')
| -rw-r--r-- | src/client/buttons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/buttons.js b/src/client/buttons.js index 699688c4..f175080b 100644 --- a/src/client/buttons.js +++ b/src/client/buttons.js @@ -208,7 +208,7 @@ $('#btn_rzdoc__open').click(function() { return; } - document.location.href = '/rz/' + rzdoc_name // redirect to rzdoc URL + rz_core.rzdoc__open(rzdoc_name); }); } var on_error = function() { |
