Guest User

Untitled

a guest
May 28th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. document.observe('dom:loaded', initShowWindow);
  2. function initShowWindow(e) {Event.observe('general_information_tab', 'click', hideWindow('profile_information'))};
  3.  
  4. function hideWindow(e) {
  5. console.log(e);
  6. $(e).hide();
  7. // this.show();
  8. }
Add Comment
Please, Sign In to add comment