Raised the toast time, since it's nice for word count.

This commit is contained in:
Thomas Wilburn 2014-02-21 17:50:12 -08:00
parent 33feaa3924
commit 795a979d46

View file

@ -42,7 +42,7 @@ define([
external = "";
update();
toastTimeout = null;
}, seconds ? seconds * 1000 : 2000)
}, seconds ? seconds * 1000 : 5000)
}
}