Merge "url-encode page uri before starting the view duration timer"

This commit is contained in:
jenkins-bot 2020-12-10 14:52:05 +00:00 committed by Gerrit Code Review
commit 5912db44e9

View file

@ -148,7 +148,7 @@
VL.attach = function ( url ) {
var view = this;
this.url = url;
this.url = encodeURIComponent( url );
this.startViewDuration();
$( this.window )