Change file action text for files inside shared folders as well

This commit is contained in:
Michael Gapczynski 2013-01-28 23:16:29 -05:00
Родитель ede7fccb00
Коммит ed2ee8c411
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,7 @@ OC.Share={
if (img.attr('src') != OC.imagePath('core', 'actions/public')) {
img.attr('src', image);
action.addClass('permanent');
action.html(action.html().replace(t('core', 'Share'), t('core', 'Shared')));
}
}
last = path;