diff options
Diffstat (limited to 'app/views/configure/query.phtml')
| -rw-r--r-- | app/views/configure/query.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/configure/query.phtml b/app/views/configure/query.phtml index 316583bac..9284ae94e 100644 --- a/app/views/configure/query.phtml +++ b/app/views/configure/query.phtml @@ -1,6 +1,9 @@ -<?php /** @var FreshRSS_View $this */ ?> <?php +/** @var FreshRSS_View $this */ +if (!Minz_Request::paramBoolean('ajax')) { + $this->partial('aside_configure'); +} if ($this->query) { $this->renderHelper('configure/query'); } |
