From d85396ad73ef7ae5e142b76136ee61e0e3286a4f Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gmail.com>
Date: Tue, 18 Nov 2014 10:55:25 -0500
Subject: [PATCH] Merge pull request #230 from tomaswolf/ticket-88-followup
---
src/main/java/com/gitblit/wicket/pages/BasePage.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/gitblit/wicket/pages/BasePage.java b/src/main/java/com/gitblit/wicket/pages/BasePage.java
index 534c196..fbe5861 100644
--- a/src/main/java/com/gitblit/wicket/pages/BasePage.java
+++ b/src/main/java/com/gitblit/wicket/pages/BasePage.java
@@ -515,7 +515,7 @@
* Adds a HTML script element loading the javascript designated by the given path.
*
* @param scriptPath
- * page-relative path to the Javascript resource; normally starts with "script/"
+ * page-relative path to the Javascript resource; normally starts with "scripts/"
*/
protected void addBottomScript(String scriptPath) {
Component bottomScriptContainer = get("bottomScripts");
--
Gitblit v1.9.1