fixing error "json not defined" in frio
when trying to attach video-link to post
This commit is contained in:
		
					parent
					
						
							
								75387ea171
							
						
					
				
			
			
				commit
				
					
						2dbeae701f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -232,7 +232,7 @@
 | 
			
		|||
			if (!isExtern) {
 | 
			
		||||
				return;
 | 
			
		||||
			}
 | 
			
		||||
			var bbcode = '\n[video]' + json.url + '[/video]\n';
 | 
			
		||||
			var bbcode = '\n[video]' + data.url + '[/video]\n';
 | 
			
		||||
			addeditortext(bbcode);
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue