Skip to content

Commit

Permalink
Item13206: loading themes from a different dir now
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 6, 2016
1 parent 5001db0 commit f3870c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Plugins.pm
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ sub registerTheme {
my $normalizedName = lc($themeName);

$url ||= $Foswiki::cfg{JQueryPlugin}{Themes}{$themeName}{Url}
|| '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/themes/'
|| '%PUBURLPATH%/%SYSTEMWEB%/JQueryPlugin/plugins/ui/themes/'
. $normalizedName
. '/jquery-ui.css';

Expand Down

0 comments on commit f3870c6

Please sign in to comment.