Merge pull request #141 from yuvipanda/notify-longer

Increase notification appearance timeout to 5s from 2s
This commit is contained in:
Mattias Erming 2014-09-14 01:24:58 +02:00
commit ac09fde535

View file

@ -431,7 +431,7 @@ $(function() {
// Close notification after 2s
window.setTimeout(function() {
n.close();
}, 2 * 1000);
}, 5 * 1000);
}
}
}