Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $(window).on("load", function() {
  2. if ('#leftmenu:empty') {
  3. $('#leftmenu:empty').remove();
  4. } else {
  5. document.querySelector('.iframe-output').appendChild(
  6. document.querySelector('.paddingbox iframe')
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement