I can't test before next week, but I believe this is because your server is http instead of expected https.
So either:
- setup https on your local environment
- change line 2007 of js/wtracks.js:
if (protocol.length == 0 || protocol == location.protocol) {
to
if (true) {
Hope this helps.
--
Olivier