bugfix, suburl defaults to empty string when suburl is undefined
This commit is contained in:
		
					parent
					
						
							
								977779cdcf
							
						
					
				
			
			
				commit
				
					
						09c3c4e70c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -616,7 +616,7 @@ function initProfile() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
$(document).ready(function () {
 | 
			
		||||
    Gogs.AppSubUrl = $('head').data('suburl');
 | 
			
		||||
    Gogs.AppSubUrl = $('head').data('suburl') || '';
 | 
			
		||||
    initCore();
 | 
			
		||||
    if ($('#user-profile-setting').length) {
 | 
			
		||||
        initUserSetting();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue