Show More
@@ -114,7 +114,6 b' define([' | |||||
114 | success : $.proxy(that.rename_success, that), |
|
114 | success : $.proxy(that.rename_success, that), | |
115 | error : $.proxy(that.rename_error, that) |
|
115 | error : $.proxy(that.rename_error, that) | |
116 | }; |
|
116 | }; | |
117 | this.events.trigger('rename_notebook.Notebook', data); |
|
|||
118 | var url = utils.url_join_encode( |
|
117 | var url = utils.url_join_encode( | |
119 | that.base_url, |
|
118 | that.base_url, | |
120 | 'api/notebooks', |
|
119 | 'api/notebooks', |
General Comments 0
You need to be logged in to leave comments.
Login now