Advertisement
globiws

PF sheet auto-load next

May 15th, 2020
1,441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.12 KB | None | 0 0
  1. <script>
  2. setTimeout(function(){
  3. pfSheetWrapper.loadTabPart($(".tabsheet").first().attr("id"));
  4. }, 3000);
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement