1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Pagination Fix on videos

This commit is contained in:
daniel 2018-03-12 14:09:20 -03:00
parent 155ab1c37a
commit 92f0466268
2 changed files with 31 additions and 66 deletions

View file

@ -1465,7 +1465,9 @@
**/
Grid.prototype.reload = function()
{
this.current = 1; // reset
if(!this.current){
this.current = 1; // reset
}
loadData.call(this);
return this;