forked from External/greenlight
		
	support relative root urls for deploy to subdirectories
This commit is contained in:
		@@ -47,6 +47,8 @@ class @Meeting
 | 
			
		||||
    url = location.protocol + '//' + location.hostname
 | 
			
		||||
    if location.port
 | 
			
		||||
      url += ':' + location.port
 | 
			
		||||
    if GreenLight.relative_root
 | 
			
		||||
      url += GreenLight.relative_root
 | 
			
		||||
    return url
 | 
			
		||||
 | 
			
		||||
  # Sends the end meeting request
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user