Skip to content

Commit

Permalink
Fix dlf path: Javascript -> JavaScript
Browse files Browse the repository at this point in the history
Fixes errors (kitodo/kitodo-presentation#904) after PR  (kitodo/kitodo-presentation#877) which renamed the directories Javascript and Flexforms to camel-case in accordance with the TYPO3 Coding Guidelines.

Signed-off-by: Christos Sidiropoulos <csidirop@runbox.com>
  • Loading branch information
csidirop committed Feb 7, 2023
1 parent 73e28b5 commit a6d8062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Page/header.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ page {
includeJSFooterlibs {
jQuery = EXT:dfgviewer/Resources/Public/JavaScript/jQuery/jquery-3.6.0.min.js
jQuery.forceOnTop = 1
jQueryUiMouseSlider = EXT:dlf/Resources/Public/Javascript/jQueryUI/jquery-ui-mouse-slider-resizable-autocomplete.js
jQueryUiMouseSlider = EXT:dlf/Resources/Public/JavaScript/jQueryUI/jquery-ui-mouse-slider-resizable-autocomplete.js
dfgviewer = EXT:dfgviewer/Resources/Public/JavaScript/webScripts.js
}

Expand Down

0 comments on commit a6d8062

Please sign in to comment.