diff options
Diffstat (limited to 'src/usr/local/www/foot.inc')
-rwxr-xr-x | src/usr/local/www/foot.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/foot.inc b/src/usr/local/www/foot.inc index ca1c633..10a8355 100755 --- a/src/usr/local/www/foot.inc +++ b/src/usr/local/www/foot.inc @@ -28,11 +28,13 @@ <script src="/jquery/pfSenseHelpers.js"></script> <script src="sortable/sortable.js"></script> - <script> + <script type="text/javascript"> + //<![CDATA[ // Un-hide the "Top of page" icons if the page is larger than the window if ($(document).height() > $(window).height()) { $('[id^=tp]').show(); } + //]]> </script> </body> </html> |