Skip to content

Commit

Permalink
Set proper activity class
Browse files Browse the repository at this point in the history
For nextcloud/server#14639

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Mar 16, 2019
1 parent 9bcb0a0 commit d2d0718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ $(function(){
var monochromeIcon = activity.type !== 'file_created' && activity.type !== 'file_deleted' && activity.type !== 'favorite';

var content = ''
+ '<div class="box" data-activity-id="' + activity.activity_id + '">' + "\n"
+ '<div class="activity box" data-activity-id="' + activity.activity_id + '">' + "\n"
+ ' <div class="messagecontainer">' + "\n"

+ ' <div class="activity-icon' + ((monochromeIcon) ? ' monochrome' : '') +'">'
Expand Down

0 comments on commit d2d0718

Please sign in to comment.