Mercurial > hg > nodescore
diff www/m/js/nodescore-client.js @ 54:66bf613fb818
pre clean up push - moved vars into scoreB.js - called up with requirejs
added requirejs dep
author | tzara <rc-web@kiben.net> |
---|---|
date | Wed, 19 Dec 2012 13:36:19 +0000 |
parents | 49c94f63b8b0 |
children | 474c1ad1e811 |
line wrap: on
line diff
--- a/www/m/js/nodescore-client.js Sun Oct 14 00:26:42 2012 +0000 +++ b/www/m/js/nodescore-client.js Wed Dec 19 13:36:19 2012 +0000 @@ -98,6 +98,9 @@ ///////////////////////////////////////////////// + + + socket.on("pageFlipfromserver", pageTurn); function pageTurn (group,unit,time,mm) { var groupPage=document.getElementById('group').value; @@ -106,7 +109,7 @@ var p= pad2(unit); // pageFlip(unit); pageTurnB(unit) - + testSound.play(); } else { console.log("not for this group... ignoring... for group:" + group );