forked from Botanical/BotanJS
		
	Bug fix for redirecting nulls
This commit is contained in:
		@@ -53,12 +53,15 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
				formatted.appendChild( nLine );
 | 
									formatted.appendChild( nLine );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				formatted.addEventListener(
 | 
									if( elem.getDAttribute( "href" ) )
 | 
				
			||||||
					"click"
 | 
									{
 | 
				
			||||||
					, function( e ) {
 | 
										formatted.addEventListener(
 | 
				
			||||||
						window.location = this.loc;
 | 
											"click"
 | 
				
			||||||
					}.bind({ loc: elem.getDAttribute( "href" ) })
 | 
											, function( e ) {
 | 
				
			||||||
				);
 | 
												window.location = this.loc;
 | 
				
			||||||
 | 
											}.bind({ loc: elem.getDAttribute( "href" ) })
 | 
				
			||||||
 | 
										);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				len -= opLen;
 | 
									len -= opLen;
 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user