Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(480)

Unified Diff: app/views/login.js

Issue 7314082: Add a loading messages and animation.
Patch Set: Add a loading messages and animation. Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/index.html ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/login.js
=== modified file 'app/views/login.js'
--- app/views/login.js 2013-02-08 19:45:59 +0000
+++ app/views/login.js 2013-02-11 22:25:20 +0000
@@ -61,6 +61,11 @@
// No mask in the DOM, as is the case in tests.
return this;
}
+ // No loading message in tests.
+ var loading_message = Y.one('#loading-message');
+ if (Y.Lang.isValue(loading_message)) {
+ loading_message.hide();
+ }
mask.show();
var env = this.get('env');
var environment_name_node = Y.one('#environment-name');
« no previous file with comments | « app/index.html ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b