add return false in widget :)
-
in: quotes-llama/quotes-llama.php
change:
<a href="#nextquote">… (<?php esc_html_e( "next quote", "quotes-llama" ); ?>)</a>
to:
<a href="#nextquote" onclick="return false;">… (<?php esc_html_e( "next quote", "quotes-llama" ); ?>)</a>imho, this offer best result.
regards,
S.N.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘add return false in widget :)’ is closed to new replies.