mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +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;
|
||||
function _addViewAsync() {
|
||||
if(_addViewAsyncSent){
|
||||
if(_addViewAsyncSent || typeof webSiteRootURL == 'undefined'){
|
||||
return false;
|
||||
}
|
||||
if(typeof PHPSESSID == 'undefined'){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue