Bug fix for pages buttons

This commit is contained in:
Simon 2018-08-16 13:13:34 -04:00
parent 6d27cbca02
commit a2327bac7c

View File

@ -97,7 +97,7 @@
{% if show_captcha %} {% if show_captcha %}
<script>function f(token) { <script>function f(token) {
document.getElementById("page").value = 0; {#document.getElementById("page").value = 0;#}
document.getElementById("sfrm").submit(); document.getElementById("sfrm").submit();
}</script> }</script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script> <script src="https://www.google.com/recaptcha/api.js" async defer></script>