Add dialog message support.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-07 20:14:07 -03:00
parent 2f8cd121e3
commit 6a9d1c684e
10 changed files with 21 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ mindplot.widget.IMenu = new Class({
if (saveHistory) {
saveElem.setStyle('cursor', 'pointer');
if (error.severity == "INFO") {
if (error.severity != "FATAL") {
$notify(error.message);
} else {
$notifyModal(error.message);