Mercurial > hg > nodescore
comparison www/m/js/nodescore-slides.js @ 43:7f0485e0d0ff
updates via ljubljana
author | tzara <rc-web@kiben.net> |
---|---|
date | Sat, 08 Sep 2012 08:25:19 +0000 |
parents | 49c94f63b8b0 |
children | ddb09f0a67fd |
comparison
equal
deleted
inserted
replaced
42:49c94f63b8b0 | 43:7f0485e0d0ff |
---|---|
117 function pageTurnB(unit) { | 117 function pageTurnB(unit) { |
118 var units=6; | 118 var units=6; |
119 var next=(((unit+1)%units)+units)%units | 119 var next=(((unit+1)%units)+units)%units |
120 //console.log("HOP TURN" + unit+ "next:" + next); | 120 //console.log("HOP TURN" + unit+ "next:" + next); |
121 $("#live").load("music.html #"+unit +" *"); | 121 $("#live").load("music.html #"+unit +" *"); |
122 $("#preview").html("<h3 style='background:transparent; position: absolute; font-size:2em;top:14px; right:4px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='400'>") | 122 $("#preview").html("<h3 style='background:transparent; position: relative; font-size:1.5em;top:14px; left:10px;';> n e x t : </h3><img src='thumbs/"+next + ".png" + "' width='315'>") |
123 } | 123 } |
124 | 124 |
125 //////////////////////////////////////////////// | 125 //////////////////////////////////////////////// |
126 | 126 |
127 /* commented out for now as interferes with chat | 127 /* commented out for now as interferes with chat |