fixed callerimg set
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 3 May 2020 11:49:59 +0000 (13:49 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 3 May 2020 11:49:59 +0000 (13:49 +0200)
web/briskin5/Obj/briskin5.phh

index 0bbd9d9..dea3e87 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").src = "img/%02d.png";', $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 = "";');