diff --git a/resources/public/js/app.js b/resources/public/js/app.js index b8b2c75..9b7dbdb 100644 --- a/resources/public/js/app.js +++ b/resources/public/js/app.js @@ -54,6 +54,6 @@ hsboxApp.filter('mydate', function () { function watchDemoUrl(path, steamid, tick, highlight) { return 'steam://rungame/730/' + steamid + '/+playdemo "' + - path + (tick ? '@' + tick : '') + '" ' + + encodeURI(path) + (tick ? '@' + tick : '') + '" ' + (highlight ? steamid : ''); }