# HG changeset patch # User Nicholas Jillings # Date 1453461033 0 # Node ID a275f9689af698b1672b2d4ab35587d6f4ed6413 # Parent 6281b02dcb58c92b8de562669fcd4a4f88de7768 Adding volume control interface object. Minor discrete layout format change. diff -r 6281b02dcb58 -r a275f9689af6 core.css --- a/core.css Sat Jan 16 14:51:02 2016 +0000 +++ b/core.css Fri Jan 22 11:10:33 2016 +0000 @@ -98,3 +98,24 @@ position: relative; background-color: #000; } + +div#master-volume-holder { + width: 250px; + height: 25px; + float: left; +} + +input#master-volume-control { + width: 200px; + height: 25px; + float: left; + margin: 0px; + padding: 0px; +} + +span#master-volume-feedback { + width: 45px; + height: 25px; + margin-left: 5px; + float: left; +} \ No newline at end of file diff -r 6281b02dcb58 -r a275f9689af6 core.js --- a/core.js Sat Jan 16 14:51:02 2016 +0000 +++ b/core.js Fri Jan 22 11:10:33 2016 +0000 @@ -785,9 +785,7 @@ this.stateIndex = null; this.currentStateMap = null; this.currentStatePosition = null; - this.currentTestId = 0; - this.stateResults = []; - this.timerCallBackHolders = null; + this.currentStore = null; this.initialise = function(){ // Get the data from Specification @@ -818,18 +816,6 @@ console.log('NOTE - State already initialise'); } this.stateIndex = -1; - var that = this; - var aH_pId = 0; - for (var id=0; id