From c0359eca0d03bf3f2c8d46044297631dd3757471 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 3 May 2020 14:06:39 +0200 Subject: [PATCH] tentative to fix dynamic callerid position --- web/briskin5/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/briskin5/index.php b/web/briskin5/index.php index a35bd9b..983fd60 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -131,8 +131,8 @@ window.onload = function() { xstm.hbit_set(heartbit); /* dynamic callerimg positioning */ - $("callerimg").style.left = (160 - cards_width_d2) + "px"; - $("callerimg").style.top = (60 - cards_height_d2) + "px"; + $("callerimg").style.left = (160 - cards_width_d2); + $("callerimg").style.top = (60 - cards_height_d2); window.onbeforeunload = onbeforeunload_cb; window.onunload = onunload_cb; -- 2.17.1