mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
This commit is contained in:
parent
f0ac279fb3
commit
4273f45c20
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ function _addView(videos_id, currentTime) {
|
||||||
|
|
||||||
var _addViewAsyncSent = false;
|
var _addViewAsyncSent = false;
|
||||||
function _addViewAsync() {
|
function _addViewAsync() {
|
||||||
if(_addViewAsyncSent){
|
if(_addViewAsyncSent || typeof webSiteRootURL == 'undefined'){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(typeof PHPSESSID == 'undefined'){
|
if(typeof PHPSESSID == 'undefined'){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue