Update report success close to actually be one second
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ setTimeout(function() {
|
||||
} else {
|
||||
window.close();
|
||||
}
|
||||
}, 5000);
|
||||
}, 1000);
|
||||
|
||||
</script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user