Add show-dialog animation. Style dialogs in client.

This commit is contained in:
Michael Jumper
2013-11-11 11:31:05 -08:00
parent 27ae6e5024
commit e8d1b7de6f
3 changed files with 55 additions and 23 deletions

View File

@@ -139,7 +139,7 @@
}
catch (e) {
GuacUI.Client.showError(e.message);
GuacUI.Client.showError("Cannot Connect", e.message);
}
}, 0);