Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function jobcard_close_check() {
  2.     confirm = confirm('Please make sure you have saved all changes. Click ok to accept.');
  3.     if(confirm) {
  4.         $('#modal').modal('hide');
  5.         return;
  6.     }
  7. }
Add Comment
Please, Sign In to add comment