From 9036c771aa0d647be99ef9f0977f0591fc16d915 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 11 Dec 2019 22:53:54 +0100 Subject: [PATCH] style --- 10/script.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/10/script.js b/10/script.js index c54dddf..9a7fb94 100644 --- a/10/script.js +++ b/10/script.js @@ -1,8 +1,8 @@ -// function adjust_height(){ -// var win_height = $(window).height(); -// $('div#left, div#right').css('height', (win_height- (win_height/100)) ); // -// // console.log(win_height); -// } +function adjust_height(){ + var win_height = $(window).height(); + $('div#left, div#right').css('height', (win_height- (win_height/100)) ); + console.log(win_height); +  } $(document).ready(function(){