summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/jqueryui/jqueryui.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jqueryui/jqueryui.php b/plugins/jqueryui/jqueryui.php
index 006164c69..7853d0993 100644
--- a/plugins/jqueryui/jqueryui.php
+++ b/plugins/jqueryui/jqueryui.php
@@ -23,7 +23,7 @@ class jqueryui extends rcube_plugin
$rcmail = rcmail::get_instance();
// the plugin might have been force-loaded so do some sanity check first
- if ($rcmail->output->type != 'html') {
+ if ($rcmail->output->type != 'html' || self::$ui_theme) {
return;
}