typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 3 May 2020 12:09:32 +0000 (14:09 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 3 May 2020 12:09:32 +0000 (14:09 +0200)
web/briskin5/Obj/briskin5.phh
web/briskin5/index.php

index dea3e87..bae5ff0 100644 (file)
@@ -1950,7 +1950,7 @@ function briscola_show($bri, $table, $user)
 
     $ret .= sprintf('$("caller").style.backgroundImage = \'url("img/brisk_caller_sand%d.png")\';',
                     $table->asta_win);
-    $ret .= sprintf('$("callerimg").setAttribute("data-card-id", "%02d"; ', $table->briscola);
+    $ret .= sprintf('$("callerimg").setAttribute("data-card-id", "%02d"); ', $table->briscola);
     $ret .= sprintf('$("caller").style.visibility = "visible";');
     $ret .= sprintf('$("chooseed").style.visibility = "hidden";');
     $ret .= sprintf('$("astalascio").style.visibility = "";');
index 983fd60..a35bd9b 100644 (file)
@@ -131,8 +131,8 @@ window.onload = function() {
   xstm.hbit_set(heartbit);
 
   /* dynamic callerimg positioning */
-  $("callerimg").style.left = (160 - cards_width_d2);
-  $("callerimg").style.top = (60 - cards_height_d2);
+  $("callerimg").style.left = (160 - cards_width_d2) + "px";
+  $("callerimg").style.top = (60 - cards_height_d2) + "px";
 
   window.onbeforeunload = onbeforeunload_cb;
   window.onunload = onunload_cb;