From 152a6dfd31a7d476875fb775833160fefb96827f Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Mon, 28 May 2018 23:33:46 -0700 Subject: [PATCH] Add ?byturn for loading turn order first --- resources/contents.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/contents.html b/resources/contents.html index 1ba0457..42e3b19 100644 --- a/resources/contents.html +++ b/resources/contents.html @@ -13,5 +13,9 @@ contentsToggle = function() { b.innerText = "Switch to turn order" } } +window.onload = function(){ + if (location.search.search("byturn") > 0) + contentsToggle(); +}