Skip to content

Commit

Permalink
Merge pull request #353 from nextcloud/fix/huge_previews
Browse files Browse the repository at this point in the history
Set proper activity class
  • Loading branch information
nickvergessen authored Mar 18, 2019
2 parents f9ee8ef + d2d0718 commit e0b2ab9
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 e0b2ab9

Please sign in to comment.