Maxim Sokhatsky 11 лет назад
Родитель
Сommit
6c7ea413dd
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      apps/web/priv/static/app/js/okey/okey.js

+ 2 - 0
apps/web/priv/static/app/js/okey/okey.js

@@ -360,6 +360,8 @@ function initOkeyScene(x)
     $wholeCards.empty();
     $wholeCards.append($fullWholeCards);
 
+    $("#Okey").find("rect").attr("fill","#517ECE");
+
     if (null != x.pile_height && "null" != x.pile_height) {
         $("#Pile-Height")[0].lastElementChild.textContent = x.pile_height;
         reminder(x.pile_height);