Merge pull request #1178 from hudsonfoo/open1168

[Frontend] Delay visibility of progress bar
This commit is contained in:
Andrew Henry
2016-09-23 10:10:09 -07:00
committed by GitHub
5 changed files with 18 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ define([], function () {
title: "Saving...",
hint: "Do not navigate away from this page or close this browser tab while this message is displayed.",
unknownProgress: true,
severity: "info"
severity: "info",
delay: true
});
};