diff www/m/js/nodescore-client.js @ 26:ac9641ecf84f

updated rasterize and ss2thumb to cycle offsets of grab for different anchors removed some bad path stuctures
author tzara <rc-web@kiben.net>
date Mon, 16 Jul 2012 16:51:55 +0100
parents 22f1c38007ff
children ea19684cd1db
line wrap: on
line diff
--- a/www/m/js/nodescore-client.js	Sun Jul 15 01:14:27 2012 +0100
+++ b/www/m/js/nodescore-client.js	Mon Jul 16 16:51:55 2012 +0100
@@ -111,13 +111,13 @@
 
 function pageTurnB(unit) {
     var units=6;
-    var section = "seta/"
+//    var section = "seta/"
     var next=(((unit+1)%units)+units)%units
     console.log("HOP TURN" + unit+ "next:" + next);
 //    $("#live").html($("#unit"+unit).html());
-    $("#live").load(section+"music.html #"+unit +" *");
- 
-    $("#preview").html('<img src=' + section+"img/thumbs/"+next + ".png" + '>');
+    $("#live").load("music.html #"+unit +" *"); 
+    $("#preview").html("<img src='thumbs/"+next + ".png" + "'>")
+//    $("#preview").html('<embed src="music.html #"+next  + ' width="400px">');
 }
 
 ////////////////////////////////////////////////