فهرست منبع

Update page.js

Lewy Blue 8 سال پیش
والد
کامیت
6be59a9a75
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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