Skip to content

Commit

Permalink
Merge pull request #171 from devgateway/fix/#168/remove-cdn-resources
Browse files Browse the repository at this point in the history
#168 Remove all CDN resources from wicket-bootsrap and use webjars instead
  • Loading branch information
mpostelnicu authored May 27, 2017
2 parents d9a8780 + bc951aa commit 5b703e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<wicket.version>7.7.0</wicket.version>
<wicket.bootstrap.version>0.10.12</wicket.bootstrap.version>
<wicket.bootstrap.version>0.10.14</wicket.bootstrap.version>
<zt.zip.version>1.11</zt.zip.version>
<wicket.webjars.version>0.5.5</wicket.webjars.version>
<closure.compiler.version>v20160822</closure.compiler.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private void configureBootstrap() {
// The boostrap.css file is loaded as dependency in MainCss Instance
// settings.setCssResourceReference(EmptyCss.INSTANCE);

settings.useCdnResources(true);
settings.useCdnResources(false);

// use the default bootstrap theme
Bootstrap.install(this, settings);
Expand Down

0 comments on commit 5b703e7

Please sign in to comment.