Aleksander Machniak
2016-02-05 bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326
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;
        }