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

(-)umc/js/schoolinstaller.js (-1 / +1 lines)
 Lines 52-58    Link Here 
52
52
53
	var Installer = declare("umc.modules.schoolinstaller.Installer", [ Wizard, StandbyMixin ], {
53
	var Installer = declare("umc.modules.schoolinstaller.Installer", [ Wizard, StandbyMixin ], {
54
		_initialDeferred: null,
54
		_initialDeferred: null,
55
		unique: true, // only one UCS@school installer may be opened at the same time
56
55
57
		// entries returned from the initial request
56
		// entries returned from the initial request
58
		_serverRole: null,
57
		_serverRole: null,
 Lines 604-609    Link Here 
604
	return declare("umc.modules.schoolinstaller", [ Module ], {
603
	return declare("umc.modules.schoolinstaller", [ Module ], {
605
		// internal reference to the installer
604
		// internal reference to the installer
606
		_installer: null,
605
		_installer: null,
606
		unique: true, // only one UCS@school installer may be opened at the same time
607
607
608
		buildRendering: function() {
608
		buildRendering: function() {
609
			this.inherited(arguments);
609
			this.inherited(arguments);

Return to bug 34837