Skip to content

Commit

Permalink
Fix issue #245
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Dec 1, 2014
1 parent 22d9a35 commit 6402716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var button_layout = function(target) {
var k = $(this).data('key');
var feature = $(this).data('feature');
var manual_feature;
$('.' + this._strip_punctuation(feature) + '-btns button.btn span.title').html(k);
$('.' + feature + '-btns button.btn span.title').html(k);
if (!manual_map.hasOwnProperty(feature)) {
callback(feature, k);
} else {
Expand Down

0 comments on commit 6402716

Please sign in to comment.