From a1b5df7c1861cf2b2f97dc9339e3155e176d0cf8 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 24 Nov 2014 09:25:08 -0500 Subject: [PATCH] Fix time units in ldap sync log message --- 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