diff --git a/IPython/html/static/widgets/js/widget_selection.js b/IPython/html/static/widgets/js/widget_selection.js index 31bd3df..f00e799 100644 --- a/IPython/html/static/widgets/js/widget_selection.js +++ b/IPython/html/static/widgets/js/widget_selection.js @@ -287,7 +287,6 @@ define([ .hide(); this.$buttongroup = $('
') .addClass('btn-group') - .attr('data-toggle', 'buttons-radio') .appendTo(this.$el); this.model.on('change:button_style', function(model, value) {