aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-01-03 00:03:28 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-01-03 00:03:28 -0500
commitf0c2bb74ebbae1bd336d79a22c5ccf4080620bb4 (patch)
treeafc52950d50d5d4567437e42240b3998b51c4f6e /app/FreshRSS.php
parent7db271e95ebab52c31c78f51270de71af1d750d2 (diff)
parent1d3ff88ae6cbb072f0d2a76308a42f2baf6cb84d (diff)
Merge branch 'dev' into shortcuts
Diffstat (limited to 'app/FreshRSS.php')
-rw-r--r--app/FreshRSS.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index 4ebb6d631..f9857a4cb 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -6,7 +6,7 @@ class FreshRSS extends Minz_FrontController {
}
$this->accessControl(Minz_Session::param('currentUser', ''));
$this->loadParamsView();
- $this->loadStylesAndScripts();
+ $this->loadStylesAndScripts(); //TODO: Do not load that when not needed, e.g. some Ajax requests
$this->loadNotifications();
}