Skip to content

Commit

Permalink
Merge pull request #1353 from Pervanovo/pr-bugfix-field-file-preview
Browse files Browse the repository at this point in the history
Bugfix field-file preview
  • Loading branch information
aheinze authored Oct 22, 2020
2 parents c10ee7d + f11ab05 commit dc85bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app/js/app.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
App.Utils.renderer.colortag = App.Utils.renderer.color;

App.Utils.renderer.file = function (v) {
return v ? '<a title="' + v + '" dta-uk-tooltip><i class="uk-icon-paperclip></i></a>' : null;
return v ? '<a title="' + v + '" data-uk-tooltip><i class="uk-icon-paperclip"></i></a>' : null;
};

App.Utils.renderer.rating = function (v) {
Expand Down

0 comments on commit dc85bcd

Please sign in to comment.