view static/js/common.js @ 482:1188817fdf3a

downloads: indent onload function 4 spaces like the rest of the code
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Sun, 14 May 2017 22:01:40 -0500
parents 59e0087c784a
children
line wrap: on
line source

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