Advertisement
Guest User

Untitled

a guest
May 5th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. var onReady = function() {
  2. /* if (!win.__debug_kit_id) {
  3. return;
  4. }
  5. var body = doc.body;
  6. iframe = doc.createElement('iframe');
  7. iframe.setAttribute('style', 'position: fixed; bottom: 0; right: 0; border: 0; outline: 0; overflow: hidden; z-index: 99999;');
  8. iframe.height = 40;
  9. iframe.width = 40;
  10. iframe.src = __debug_kit_base_url + 'debug_kit/toolbar/' + __debug_kit_id;
  11.  
  12. body.appendChild(iframe);
  13.  
  14. bodyOverflow = body.style.overflow;
  15.  
  16. window.addEventListener('message', onMessage, false); */
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement