File diff da121e5eb4d4 → 374ec19b7705
conservancy/templates/blog/query.html
Show inline comments
...
 
@@ -3,7 +3,7 @@
 

	
 
{% block head %}
 
<script type="text/javascript">
 
$(function () {
 
window.addEventListener('DOMContentLoaded', function() {
 
    function my_display (sel, b) {
 
        if (b) { sel.slideDown(); }
 
        else { sel.slideUp(); }