SWU: Always auto-hide up-to-date info

See #2042
This commit is contained in:
Gina Häußge 2017-10-13 11:51:06 +02:00
parent 020180a4a7
commit 4e80d69e51

View file

@ -395,7 +395,6 @@ $(function() {
if (showIfNothingNew) { if (showIfNothingNew) {
self._showPopup({ self._showPopup({
title: gettext("Everything is up-to-date"), title: gettext("Everything is up-to-date"),
hide: false,
type: "success" type: "success"
}); });
} else { } else {