Aleksander Machniak
2015-08-17 72a3b29fc5a07b4976dbbd1924da662e3d83d44f
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;
        }