Thomas Bruederli
2015-04-14 ca8cfd86546e8c222205c77ca1e6c91c09f01305
Don't load jquery UI scripts twice
1 files modified
2 ■■■ changed files
plugins/jqueryui/jqueryui.php 2 ●●● patch | view | raw | blame | history
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;
        }