22 lines
699 B
Plaintext
Executable File
22 lines
699 B
Plaintext
Executable File
<footer>
|
|
<p align="center">
|
|
© The Open Worldwide Application Security Project - OWASP, 2015
|
|
</p>
|
|
</footer>
|
|
|
|
<script type="text/javascript">
|
|
|
|
//ScrollUp
|
|
$(function () {
|
|
$.scrollUp({
|
|
scrollName: 'scrollUp', // Element ID
|
|
topDistance: '300', // Distance from top before showing element (px)
|
|
topSpeed: 300, // Speed back to top (ms)
|
|
animation: 'fade', // Fade, slide, none
|
|
animationInSpeed: 400, // Animation in speed (ms)
|
|
animationOutSpeed: 400, // Animation out speed (ms)
|
|
scrollText: 'Scroll to top', // Text for element
|
|
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
|
|
});
|
|
});
|
|
</script> |