Advertisement
petar_bonov

admin: hide/show worktime panel

Jan 15th, 2025 (edited)
56
0
23 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1.     <!-- hide worktime panel -->
  2.     <span onclick="setCookie('hide-worktime', 1, 365); location.reload();" class="hide-show-worktime-panel" title="Hide worktime panel">«</span>
  3.  
  4.     <!-- show worktime panel -->
  5.     <span onclick="setCookie('hide-worktime', 0, 365); location.reload();" class="hide-show-worktime-panel" title="Show worktime panel">»</span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement