[Online Match History][NA] Online Match history fails to load completely; twig.js problem;
Upon loading the website the Match history fails to load and the website website returns the error :
>Uncaught SyntaxError: Unexpected end of input : twig.js:3625
>Uncaught ReferenceError: Twig is not defined : ramen.js:24
Upon further inspection i found out that the version of twig.js that the website download is truncated in the twig.expression.operator.parse expression definition;
This can be seen in the following image that the displays 2 version of twig.js, the one the NA website request is on the left and ends within a definition at line 3625; whereas the one on the right from EUW, shows the regular end at line 4780.
I optained the javascript from : > NA : >http://matchhistory.na.leagueoflegends.com/assets/1.0.10/lib/twig.js > >EUW: >http://matchhistory.euw.leagueoflegends.com/assets/1.0.10/lib/twig.js
I am using Chrome; but this is repeatable at least on Firefox;