diff www/m/js/nodescore-client.js @ 32:c4719d1b7633

svg mods
author tzara <rc-web@kiben.net>
date Sun, 19 Aug 2012 21:44:23 +0000
parents e4d2a8eb1450
children ea8d61c851c0
line wrap: on
line diff
--- a/www/m/js/nodescore-client.js	Thu Aug 16 07:17:03 2012 +0000
+++ b/www/m/js/nodescore-client.js	Sun Aug 19 21:44:23 2012 +0000
@@ -107,7 +107,7 @@
     var next=(((unit+1)%units)+units)%units
     console.log("HOP TURN" + unit+ "next:" + next);
     $("#live").load("music.html #"+unit +" *"); 
-    $("#preview").html("<h3 style='background:transparent; position: absolute; bottom:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>")
+    $("#preview").html("<h3 style='background:transparent; position: absolute; top:14px; right:14px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>")
 }
 
 ////////////////////////////////////////////////