Index: pages/AboutTSF-TSFDemoSDV.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFDemoSDV.html (.../AboutTSF-TSFDemoSDV.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFDemoSDV.html (.../AboutTSF-TSFDemoSDV.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -235,6 +235,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFDemoSHV.html =================================================================== diff -u -r8cf597fc656d5bf179bab9fbdc4f9701e571e046 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFDemoSHV.html (.../AboutTSF-TSFDemoSHV.html) (revision 8cf597fc656d5bf179bab9fbdc4f9701e571e046) +++ pages/AboutTSF-TSFDemoSHV.html (.../AboutTSF-TSFDemoSHV.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -234,6 +234,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFDemoSIV.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFDemoSIV.html (.../AboutTSF-TSFDemoSIV.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFDemoSIV.html (.../AboutTSF-TSFDemoSIV.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -234,6 +234,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFDemoTIV.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFDemoTIV.html (.../AboutTSF-TSFDemoTIV.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFDemoTIV.html (.../AboutTSF-TSFDemoTIV.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -235,6 +235,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFDownload.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFDownload.html (.../AboutTSF-TSFDownload.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFDownload.html (.../AboutTSF-TSFDownload.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFFaq.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFFaq.html (.../AboutTSF-TSFFaq.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFFaq.html (.../AboutTSF-TSFFaq.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFGoals.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFGoals.html (.../AboutTSF-TSFGoals.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFGoals.html (.../AboutTSF-TSFGoals.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFIntroduction.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFIntroduction.html (.../AboutTSF-TSFIntroduction.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFIntroduction.html (.../AboutTSF-TSFIntroduction.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFLicense.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFLicense.html (.../AboutTSF-TSFLicense.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFLicense.html (.../AboutTSF-TSFLicense.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-TSFUsage.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-TSFUsage.html (.../AboutTSF-TSFUsage.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-TSFUsage.html (.../AboutTSF-TSFUsage.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/AboutTSF-WhatIsTSF.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/AboutTSF-WhatIsTSF.html (.../AboutTSF-WhatIsTSF.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/AboutTSF-WhatIsTSF.html (.../AboutTSF-WhatIsTSF.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/Community-Contributors.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/Community-Contributors.html (.../Community-Contributors.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/Community-Contributors.html (.../Community-Contributors.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -221,6 +221,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/DevSupport-ALM.html =================================================================== diff -u -r590cd2cad705c5e2422181a61eee0d22d7374a1d -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/DevSupport-ALM.html (.../DevSupport-ALM.html) (revision 590cd2cad705c5e2422181a61eee0d22d7374a1d) +++ pages/DevSupport-ALM.html (.../DevSupport-ALM.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -219,12 +219,23 @@ }); }); } - function funLoad(){ - var Cheight = $(document).height() - 100; - $('.asideWrapper').css({'height':Cheight+'px'}); + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } } - window.onload = funLoad; - window.onresize = funLoad; //]]> Index: pages/DevSupport-DevTools.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/DevSupport-DevTools.html (.../DevSupport-DevTools.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/DevSupport-DevTools.html (.../DevSupport-DevTools.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -219,6 +219,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]> Index: pages/index.html =================================================================== diff -u -ra82eec81e34fff7bfe4f590e19b60b55ae68c920 -r9bb58b0389443ae50e8bb83243cf168a7728cd79 --- pages/index.html (.../index.html) (revision a82eec81e34fff7bfe4f590e19b60b55ae68c920) +++ pages/index.html (.../index.html) (revision 9bb58b0389443ae50e8bb83243cf168a7728cd79) @@ -214,6 +214,23 @@ }); }); } + + $(window).on({ + resize: function () { + setHeightToAsideWrapper(); + }, + scroll: function () { + setHeightToAsideWrapper(); + } + }); + function setHeightToAsideWrapper() { + if ( $( window ).outerWidth() > 767 ) { + var Cheight = $(document).height() - 100; + $('.asideWrapper').css({'height':Cheight+'px'}); + }else{ + $('.asideWrapper').css({'height':'100%'}); + } + } //]]>