Guest User

Untitled

a guest
Nov 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $('#inetLogoutId').click(function(event) {
  2. var logoutMsg = "Are you sure you want to log out?";
  3. dialogConfirm(logoutMsg, function() {
  4. top.document.location.href = path + "/logout";
  5. })
  6. });
Add Comment
Please, Sign In to add comment