diff --git a/IPython/html/static/notebook/js/widget.js b/IPython/html/static/notebook/js/widget.js index d6ef81f..a24d292 100644 --- a/IPython/html/static/notebook/js/widget.js +++ b/IPython/html/static/notebook/js/widget.js @@ -485,7 +485,7 @@ define(["components/underscore/underscore-min", send: function(content) { - this.model.send({event: 'click'}, this.cell); + this.model.send(content, this.cell); }, update: function() {