changelog shortlog tags manifest raw

changeset: add a element to skin interaction buttons

changeset 515: 5a13ae0001ab
parent 514:18bf6c8a2d01
child 516:695e52a9210b
author: loic@call.dachary.org
date: Sat Jun 28 16:44:10 2008 +0200 (3 months ago)
files: jpoker/js/jquery.jpoker.js
description: add a element to skin interaction buttons
--- a/jpoker/js/jquery.jpoker.js	Sat Jun 28 16:21:13 2008 +0200
+++ b/jpoker/js/jquery.jpoker.js	Sat Jun 28 16:44:10 2008 +0200
@@ -2147,7 +2147,7 @@
             var names = [ 'check', 'call', 'raise', 'fold' ];
             var labels = [ _("check"), _("call"), _("raise"), _("fold") ];
             for(var i = 0; i < names.length; i++) {
-                $('#' + names[i] + id).html('<div class=\'jpoker_button\'>' + labels[i] + '</div>');
+                $('#' + names[i] + id).html('<div class=\'jpoker_button\'><a href=\'#\'>' + labels[i] + '</a></div>');
             }
             var rebuy = $('#rebuy' + id);
             rebuy.click(function() {