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

(-)umc/app.js (-2 / +2 lines)
 Lines 682-689    Link Here 
682
				// check join status
682
				// check join status
683
				if (this.getModule('join')) {
683
				if (this.getModule('join')) {
684
					all([
684
					all([
685
						tools.umcpCommand('join/joined'),
685
						tools.umcpCommand('join/joined', null, false),
686
						tools.umcpCommand('join/scripts/query')
686
						tools.umcpCommand('join/scripts/query', null, false)
687
					]).then(
687
					]).then(
688
						lang.hitch(this, function(data) {
688
						lang.hitch(this, function(data) {
689
							var systemJoined = data[0].result;
689
							var systemJoined = data[0].result;

Return to bug 29489