GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Stop initializing the page twice per load. #343

Closed Lego6245 closed 5 years ago

Lego6245 commented 5 years ago

I'm convinced this was a javascript mistake, but this should prevent us from calling pageInit (and making 2 network roundtrips) per page load.

Gotta test this a bit to make sure nothing's busted.