We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a636b4 commit 9ee188dCopy full SHA for 9ee188d
notebook/static/notebook/js/menubar.js
@@ -136,8 +136,8 @@ define('notebook/js/menubar',[
136
this.notebook.notebook_path
137
);
138
139
- const build_json_for_post = function(notebook, config, format) {
140
- const json_to_pass = {
+ var build_json_for_post = function(notebook, config, format) {
+ var json_to_pass = {
141
notebook_contents: {
142
content: notebook.toJSON(),
143
name: notebook.notebook_name,
0 commit comments