Blame view

sources/apps/firstrunwizard/js/activate.js 151 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
  jQuery(document).ready(function () {
  	//do not show when upgrade is in progress
  	if (jQuery('#upgrade').length === 0) {
  		showfirstrunwizard();
  	}
  });