Aleksander Machniak
2016-03-04 d4df3748cfaacadf52b19eb37b2a476df80525a9
plugins/jqueryui/jqueryui.php
@@ -23,7 +23,7 @@
        $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;
        }