Guest User

Untitled

a guest
Apr 26th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function sidebarHeight() {
  2. var base = document.getElementById("content").style.height;
  3. document.getElementById("sidebar").style.height = base + 'px';
  4. }
  5.  
  6. sidebarHeight();
Add Comment
Please, Sign In to add comment