[Frontend] Add optional delay parameter to dialog service

Issue #1168
This commit is contained in:
David Hudson
2016-09-13 16:36:25 +09:00
parent ea35395d7e
commit 2740b6f957
5 changed files with 16 additions and 10 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
});
};