Guest User

Untitled

a guest
Jun 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $('post-title').observe('blur', function() {
  2. if (!permaflag) {
  3. $('post-permalink').value = "hello-world";
  4. permaflag = true;
  5. }
  6. });
Add Comment
Please, Sign In to add comment