GochiSiyan

back to top

Nov 7th, 2021 (edited)
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. (function() {
  2. document.querySelectorAll('.jeg_block_nav>.next, .jeg_block_nav>.prev').forEach(function(el) {
  3. el.addEventListener('click', function () {
  4. window.location = '#';
  5. });
  6. });
  7. })();
Add Comment
Please, Sign In to add comment