# HG changeset patch # User Nicholas Jillings # Date 1453461033 0 # Node ID 3ba07a4413645bce5a80333c6ff98d7ddaf0c751 # Parent 0fb2b60326d0aff0cb4e3019036f427f8d33d2e3 Adding volume control interface object. Minor discrete layout format change. diff -r 0fb2b60326d0 -r 3ba07a441364 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 0fb2b60326d0 -r 3ba07a441364 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