View | Details | Raw Unified | Return to bug 44989
Collapse All | Expand All

(-)a/branches/ucs-4.2/ucs-4.2-1/management/univention-management-console/www/login/LoginDialog.js (-1 / +1 lines)
 Lines 176-182    Link Here 
176
176
177
		_resetForm: function() {
177
		_resetForm: function() {
178
			array.forEach(['umcLoginForm', 'umcNewPasswordForm', 'umcCustomPromptForm'], function(name) {
178
			array.forEach(['umcLoginForm', 'umcNewPasswordForm', 'umcCustomPromptForm'], function(name) {
179
				query('input', dom.byId(name)).forEach(function(node) {
179
				query('input:not([type=submit])', dom.byId(name)).forEach(function(node) {
180
					attr.set(node, 'value', '');
180
					attr.set(node, 'value', '');
181
				});
181
				});
182
			});
182
			});

Return to bug 44989