Advertisement
hendrajeg

Redirect login link

Sep 26th, 2022
1,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. /* Redirect Login Link */
  2. (function($) {
  3.     $(document).on('ready', function() {
  4.         jnewsoption.login_reload = 'https://your_link.com/store_path';
  5.     })
  6. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement