Skip to content

Probably fixes the two html UI bugs

Rob Nelson requested to merge pull/10333/htmlinterface into Bleeding-Edge

Created by: clusterfack

Fixes the bug where the map isn't replaced properly so you never see the UI because the .js isn't sent to you, I should hope, considering I'm telling it to try resending resources each time you open the thing again.

Fixes the bug where the map is the same between rounds when it shouldn't be, by removing the chance of collision between maps. I know I said that before but I did it wrong that time and the js was never modified so it never could have worked.

Also added some whitespace to give readability to some of the headers.

Merge request reports