Skip to content

Commit

Permalink
[BUGFIX] force jquery to be included first; otherwise there could be …
Browse files Browse the repository at this point in the history
…errors from 3rd party extensions which includes theirs scripst before it (#218)
  • Loading branch information
bobriusNT authored and dmh committed May 31, 2017
1 parent 57e26ad commit 36567ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/TypoScript/Library/page.includeJS.setupts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
jquery = {$themes.configuration.feLayoutPath}/less/jquery.js
jquery {
external = 0
forceOnTop = 1
# disableCompression =
# excludeFromConcatenation =
}
Expand Down Expand Up @@ -37,6 +38,7 @@
jquery = {$themes.configuration.feLayoutPath}/css/jquery.js
jquery {
external = 0
forceOnTop = 1
# disableCompression =
# excludeFromConcatenation =
}
Expand Down

0 comments on commit 36567ff

Please sign in to comment.