|  | @@ -58,6 +58,7 @@ loadjs(['/lib/gundb/gun.min.js',
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  loadjs.ready(['sys', 'fun', 'forall'], function() {
 | 
	
		
			
				|  |  | +        NProgress.start();
 | 
	
		
			
				|  |  |      }).ready('gundb', function() {
 | 
	
		
			
				|  |  |          import('/core/app.js')
 | 
	
		
			
				|  |  |              .then((module) => {
 | 
	
	
		
			
				|  | @@ -65,6 +66,4 @@ loadjs.ready(['sys', 'fun', 'forall'], function() {
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |  })
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -document.addEventListener('DOMContentLoaded', function(){
 | 
	
		
			
				|  |  | -    NProgress.start();
 | 
	
		
			
				|  |  | -})
 | 
	
		
			
				|  |  | +
 |