Skip to content

Commit

Permalink
Merge pull request #928 from ZelphirKaltstahl/master
Browse files Browse the repository at this point in the history
made it work with 5.0.0.dev again
  • Loading branch information
jcb91 authored Mar 27, 2017
2 parents 20016df + be593bd commit 037b187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define([
Jupyter.toolbar.add_buttons_group([action_full_name]);

// setup things to run on loading config/notebook
Jupyter.notebook.config.loaded()
Jupyter.notebook.config.loaded
.then(function update_options_from_config () {
$.extend(true, options, Jupyter.notebook.config[mod_name]);
}, function (reason) {
Expand Down

0 comments on commit 037b187

Please sign in to comment.