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

(-)a/management/univention-management-console-module-ucr/umc/js/ucr.js (-2 / +1 lines)
 Lines 112-118   define([ Link Here 
112
				name: 'submit',
112
				name: 'submit',
113
				label: _( 'Save' ),
113
				label: _( 'Save' ),
114
				callback: lang.hitch(this, function() {
114
				callback: lang.hitch(this, function() {
115
					this._form.save();
115
					this.standbyDuring(this._form.save());
116
				})
116
				})
117
			}];
117
			}];
118
118
 Lines 152-158   define([ Link Here 
152
					this.hide();
152
					this.hide();
153
				}
153
				}
154
				this._position();
154
				this._position();
155
				this.standby(false);
156
			}));
155
			}));
157
		},
156
		},
158
157

Return to bug 48922