mirror of
				https://github.com/Investigamer/cardconjurer.git
				synced 2025-10-30 23:00:43 -05:00 
			
		
		
		
	life
This commit is contained in:
		| @@ -213,4 +213,13 @@ function updateColorSelector() { | ||||
| } | ||||
| function updateBackgroundColor(color) { | ||||
| 	playerList[parseInt(document.getElementById("inputPlayer").value) - 1].canvas.customVarColor = color | ||||
| } | ||||
| } | ||||
|  | ||||
|  | ||||
| //Wake lock! | ||||
| var noSleep = new NoSleep(); | ||||
| function enableNoSleep() { | ||||
|   	noSleep.enable(); | ||||
|   	document.removeEventListener('touchstart', enableNoSleep, false); | ||||
| } | ||||
| document.addEventListener('touchstart', enableNoSleep, false); | ||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle