James Moger
2014-11-19 57f05709b0b7072b4d9fb1a355d87dff7c7e3665
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");