Remove unnecessary 'url' param in drawGraph
This commit is contained in:
		
							parent
							
								
									9d3bbd6076
								
							
						
					
					
						commit
						3c660dd9b5
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,4 @@
 | 
			
		|||
async function drawGraph(
 | 
			
		||||
  _url,
 | 
			
		||||
  baseUrl,
 | 
			
		||||
  pathColors,
 | 
			
		||||
  depth,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -75,7 +75,6 @@
 | 
			
		|||
        container.textContent = "";
 | 
			
		||||
 | 
			
		||||
        drawGraph(
 | 
			
		||||
          {{strings.TrimRight "/" .Page.Permalink}},
 | 
			
		||||
          {{strings.TrimRight "/" .Site.BaseURL}},
 | 
			
		||||
          {{$.Site.Data.graphConfig.paths}},
 | 
			
		||||
          {{$.Site.Data.graphConfig.depth}},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue