view static/js/common.js @ 474:68ea82e8ff7c

downloads: add link to PPA for ubuntu/debian
author heatherboo <heather.j.booker@gmail.com>
date Sat, 25 Feb 2017 12:36:03 -0800
parents 59e0087c784a
children
line wrap: on
line source

var resetted = false;
function resetBar() {
    if (!resetted) {
        document.getElementById('keyword').value = '';
        resetted = true;
    }
}