New mast default bg and debug settings for IE
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
var rgb = Math.floor(Math.abs(1 - p) * 255); //set the color
|
||||
var colorString = "rgb(" + rgb + "," + rgb + "," + rgb + ")";
|
||||
document.body.style.backgroundColor = colorString;
|
||||
console.log(colorString);
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user