Welcome to mirror list, hosted at ThFree Co, Russian Federation.

activate.js « js - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeea037fd6ce6d1b09b71bb081bdfe78fcaaaaaa (plain)
1
2
3
4
5
document.addEventListener('DOMContentLoaded', function() {
	window.OCP.Loader.loadScript('firstrunwizard', 'firstrunwizard.js').then(function() {
		OCA.FirstRunWizard.open(true);
	});
});