When I enable AJAX-comments and drupal's default css aggregator styles breaks on all nodes, where ajax-comments are enabled. If I disable this module, all works well.
__________
С включенным модулем аяксовых комментариев не работает стандартный аггрегатор CSS на страницах, где эти самые комментарии используются. После выключения модуля - все нормально. Краткое изучение проблемы показало, что в аггрегированный CSS попадает JS-код.

Comments

mr.alinaki’s picture

Hey! :)

Near line 53 (because I have patch for link_alter installed) I see:

      drupal_add_css($path .'/ajax_comments.css');
      drupal_add_css($path .'/jquery.scrollTo.js');

So... :)

(By default, there are no scrollTo in folder and everything is ugly, but OK :)

neochief’s picture

Status: Active » Fixed

Thanks, Sergey. Copy-paste issue, you know :) I commited it yesterday. Fix is in DEV already.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.