Show More
@@ -2084,6 +2084,7 b' define(function (require) {' | |||||
2084 | function (json) { |
|
2084 | function (json) { | |
2085 | that.notebook_name = json.name; |
|
2085 | that.notebook_name = json.name; | |
2086 | that.notebook_path = json.path; |
|
2086 | that.notebook_path = json.path; | |
|
2087 | that.last_modified = new Date(json.last_modified); | |||
2087 | that.session.rename_notebook(json.path); |
|
2088 | that.session.rename_notebook(json.path); | |
2088 | that.events.trigger('notebook_renamed.Notebook', json); |
|
2089 | that.events.trigger('notebook_renamed.Notebook', json); | |
2089 | } |
|
2090 | } |
General Comments 0
You need to be logged in to leave comments.
Login now