Changeset 260 for Dev/branches/rest-dojo-ui/client/rft/ui/LoginDialog.js
- Timestamp:
- 02/14/12 18:22:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/LoginDialog.js
r256 r260 8 8 title: "Login", 9 9 baseClass: "rftLoginDialog", 10 show: function() { 11 this.loginErrors.innerHTML = ''; 12 this.loginForm.reset(); 13 this.inherited(arguments); 14 }, 10 15 onLogin: function() { 11 16 this.loginErrors.innerHTML = ''; … … 15 20 .then(function() { 16 21 hide(); 17 content.initial( "sessions");22 content.initial(); 18 23 },function() { 19 24 this.loginErrors.innerHTML = 'Login failed.';
Note: See TracChangeset
for help on using the changeset viewer.