Guest User

Untitled

a guest
May 27th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. var add_links = function() {
  2. // creat the reveal time_blocks link and inject
  3. var reveal_a = new Element ('a', {'href':'', 'id':'reveal', 'class':'purple'});
  4. var reveal_p = new Element ('p', {'style':'margin: 15px 0 0 0;', 'id':'reveal_p'});
  5. reveal_p.injectAfter('filter_table');
  6. reveal_a.injectInside('reveal_p');
  7. $('reveal').innerHTML = 'Reveal time blocks.';
  8. }
Add Comment
Please, Sign In to add comment