Sphereserver / Scripts

http://spherecommunity.net
26 stars 19 forks source link

New admin pannel SEARCh #21

Closed Jhobean closed 4 years ago

Jhobean commented 4 years ago

Seriously! This new pannel is awsome! THX

Just a little bug on the arrow for next page in the search mode

LINE 101 on the script. But I don't know how fix it...

image

coruja747 commented 4 years ago

Thanks for reporting 😃 I already fixed this, but since the script pack is only updated some few times to avoid excessive updates, I'm just waiting some few others updates to commit all files together. But anyway to fix this you just need to swap the dialog button 1 with button 2

ON=1   // <-- change this line to ON=2
...

ON=2   // <-- change this line to ON=1
...