Fix yui compressor issues
This commit is contained in:
Родитель
bf57ed7c37
Коммит
2830b47eb8
|
@ -17,8 +17,8 @@ $(function() {
|
|||
if (data.watching) {
|
||||
$parent.addClass('watching');
|
||||
follow_text = gettext('Stop following');
|
||||
$('<span>', {text: gettext('Following'),
|
||||
class: 'is-watching'}).insertBefore($widget);
|
||||
$('<span>', {'text': gettext('Following'),
|
||||
'class': 'is-watching'}).insertBefore($widget);
|
||||
} else {
|
||||
$parent.find('.is-watching').remove();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче