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:
parent
155ab1c37a
commit
92f0466268
2 changed files with 31 additions and 66 deletions
|
@ -1465,7 +1465,9 @@
|
|||
**/
|
||||
Grid.prototype.reload = function()
|
||||
{
|
||||
this.current = 1; // reset
|
||||
if(!this.current){
|
||||
this.current = 1; // reset
|
||||
}
|
||||
loadData.call(this);
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue