Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- document.querySelectorAll('.jeg_block_nav>.next, .jeg_block_nav>.prev').forEach(function(el) {
- el.addEventListener('click', function () {
- window.location = '#';
- });
- });
- })();
Add Comment
Please, Sign In to add comment