diff --git a/IPython/html/static/notebook/js/widgets/bool.js b/IPython/html/static/notebook/js/widgets/bool.js index af5a2b5..104ec7c 100644 --- a/IPython/html/static/notebook/js/widgets/bool.js +++ b/IPython/html/static/notebook/js/widgets/bool.js @@ -10,7 +10,6 @@ require(["notebook/js/widget"], function(){ render : function(){ this.$el .html('') - .addClass('widget_item') .addClass(this.model.comm.comm_id); var $label = $('