Remove unused data attribute from mobile comments
This commit is contained in:
parent
8a3d33d707
commit
cd0f8a6670
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
%li.comment{id: comment.guid, data:{guid:comment.id}, class: ("hidden" if(defined? hidden))}
|
||||
%li.comment{id: comment.guid, class: ("hidden" if defined? hidden)}
|
||||
.content
|
||||
.media
|
||||
.media-left
|
||||
|
|
|
|||
Loading…
Reference in a new issue