Changes for page Academy
Last modified by Erik Bakker on 2024/09/24 16:12
From version 142.1
edited by Eva Torken
on 2024/01/04 14:31
on 2024/01/04 14:31
Change comment:
There is no comment for this version
To version 143.1
edited by Eva Torken
on 2024/01/04 14:36
on 2024/01/04 14:36
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -72,4 +72,13 @@ 72 72 </main> 73 73 </div> 74 74 </div> 75 +<script> 76 + $(document).ready(function(){ 77 + if ($('body').height() < $(window).height()) { 78 + $('footer').addClass('position-absolute bottom-0'); 79 + } else { 80 + $('footer').addClass('position-static'); 81 + } 82 + }); 83 +</script> 75 75 {{/html}}