From 227dd849f155422e0f6565fb227857fb38841fc4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 28 Jun 2010 18:39:03 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.js b/docs.js index b8f98ed..4586039 100644 --- a/docs.js +++ b/docs.js @@ -51,7 +51,7 @@ File.list(__script_path__ + '/templates/').forEach(function(f) { continue; } if (f == 'resources') { - continue; + return; } langs.push({ name : f, -- 2.39.2