Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- document.querySelectorAll('.jeg_accountlink').forEach(function(el) {
- setTimeout(function() {
- el.innerHTML = el.innerHTML;
- }, 500);
- });
- document.querySelectorAll('.jeg_popuplink[href="#jeg_loginform"]').forEach(function(el) {
- el.setAttribute('href','MY_ACCOUNT_LINK');
- });
- document.querySelectorAll('.jeg_popuplink[href="#jeg_registerform"]').forEach(function(el) {
- el.setAttribute('href','MY_REGISTER_LINK');
- });
- })();
Advertisement
Add Comment
Please, Sign In to add comment