Browse Source

Update page.js

Lewy Blue 8 years ago
parent
commit
6be59a9a75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/page.js

+ 1 - 0
docs/page.js

@@ -43,6 +43,7 @@ var onDocumentLoad = function ( event ) {
 	text = text.replace( /\[example:([\w\_]+)\]/gi, "[example:$1 $1]" ); // [example:name] to [example:name title]
 	text = text.replace( /\[example:([\w\_]+) ([\w\:\/\.\-\_ \s]+)\]/gi, "<a href=\"../examples/#$1\"  target=\"_blank\">$2</a>" ); // [example:name title]
 
+	
 	document.body.innerHTML = text;
 
 	// handle code snippets formatting