Files
old-holivud2/app/assets/javascripts/trix.js

5 lines
138 B
JavaScript
Raw Normal View History

2020-05-31 22:38:19 +02:00
// Do not allow file attachments in rich text content
addEventListener("trix-file-accept", function(event) {
event.preventDefault();
})