mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use a cdn when possible
This commit is contained in:
@@ -14,8 +14,7 @@ import com.commafeed.backend.dao.FeedSubscriptionDAO;
|
||||
import com.commafeed.backend.dao.UserDAO;
|
||||
import com.commafeed.backend.dao.UserRoleDAO;
|
||||
import com.commafeed.backend.dao.UserSettingsDAO;
|
||||
|
||||
import de.agilecoders.wicket.Bootstrap;
|
||||
import com.commafeed.frontend.references.bootstrap.BootstrapReference;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public abstract class BasePage extends WebPage {
|
||||
@@ -51,6 +50,6 @@ public abstract class BasePage extends WebPage {
|
||||
@Override
|
||||
public void renderHead(IHeaderResponse response) {
|
||||
super.renderHead(response);
|
||||
Bootstrap.renderHead(response);
|
||||
BootstrapReference.renderHead(response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user