We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d998f commit 6dfc9a4Copy full SHA for 6dfc9a4
wa-apps/blog/lib/actions/design/blogDesign.actions.php
@@ -11,7 +11,10 @@ public function __construct()
11
if (!$this->getRights('design')) {
12
throw new waRightsException(_ws("Access denied"));
13
}
14
- $this->options['is_ajax'] = true;
+
15
+ if (wa('blog')->whichUI() !== '1.3') {
16
+ $this->options['is_ajax'] = true;
17
+ }
18
$this->options['js']['storage'] = false;
19
20
wa-apps/blog/lib/config/app.php
@@ -11,8 +11,8 @@
'plugins' => true,
'pages' => true,
'mobile' => true,
- 'version' => '2.0.1',
- 'critical' => '2.0.1',
+ 'version' => '2.0.2',
+ 'critical' => '2.0.2',
'vendor' => 'webasyst',
'csrf' => true,
'my_account' => true,
0 commit comments