##// END OF EJS Templates
don't set bootstrap toggle on ToggleButtonsWidget...
Min RK -
Show More
@@ -287,7 +287,6 define([
287 .hide();
287 .hide();
288 this.$buttongroup = $('<div />')
288 this.$buttongroup = $('<div />')
289 .addClass('btn-group')
289 .addClass('btn-group')
290 .attr('data-toggle', 'buttons-radio')
291 .appendTo(this.$el);
290 .appendTo(this.$el);
292
291
293 this.model.on('change:button_style', function(model, value) {
292 this.model.on('change:button_style', function(model, value) {
General Comments 0
You need to be logged in to leave comments. Login now