Commit 83fa65fc authored by David Stutz's avatar David Stutz

Merge pull request #170 from mismith/patch-1

removed left-over console.log
parents 2406cd4b 761291c9
......@@ -571,7 +571,7 @@
// Update button text and button title.
updateButtonText: function() {
var options = this.getSelected();
console.log(options);
// First update the displayed button text.
$('button', this.$container).html(this.options.buttonText(options, this.$select));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment