diff --git a/IPython/html/static/notebook/js/widgets/container.js b/IPython/html/static/notebook/js/widgets/container.js index 9db6b7a..a9919fa 100644 --- a/IPython/html/static/notebook/js/widgets/container.js +++ b/IPython/html/static/notebook/js/widgets/container.js @@ -73,14 +73,14 @@ define(["notebook/js/widget"], function(widget_manager) { this.$window = $('
') .addClass('modal widget-modal') .appendTo($('#notebook-container')); - var title_bar = $('
') + this.$title_bar = $('
') .addClass('popover-title') .appendTo(this.$window); var that = this; $('