mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
hook up ScrollManager to #site
This commit is contained in:
parent
315fb1528e
commit
525c16d721
@ -8,7 +8,7 @@ define(['jquery'], function($){
|
||||
* Public constructor.
|
||||
*/
|
||||
this.notebook = notebook;
|
||||
this.element = $('body');
|
||||
this.element = $('#site');
|
||||
options = options || {};
|
||||
this.animation_speed = options.animation_speed || 250; //ms
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user