diff www/loc.php @ 1702:dd123d0a75d9

Sync cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Sep 2017 15:14:31 +0300
parents 0d61c668962c
children 68b784c7eae2
line wrap: on
line diff
--- a/www/loc.php	Mon Sep 18 19:44:02 2017 +0300
+++ b/www/loc.php	Fri Sep 22 15:14:31 2017 +0300
@@ -355,8 +355,12 @@
         }
           
         echo
-          " ".$urlBegin."<img src=\"img/question.png\" onmouseover=\"stt(".$totalLoc.
-          ");\" onmouseout=\"htt();\" alt=\"(?)\" />".$urlEnd;
+          " ".$urlBegin.
+//          "<img src=\"img/question.png\" onmouseover=\"stt(".$totalLoc.
+//          ");\" onmouseout=\"htt();\" alt=\"(?)\" />".
+          "<span onmouseover=\"stt(".$totalLoc.
+          ");\" onmouseout=\"htt();\">&#x1F354;</span>".
+          $urlEnd;
           
         $locationTips[$totalLoc] = [
           "title" => $iv["name"],