Skip to content

Commit

Permalink
Bugfix field-file preview
Browse files Browse the repository at this point in the history
  • Loading branch information
flommy committed Oct 20, 2020
1 parent 8873145 commit f11ab05
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 f11ab05

Please sign in to comment.