diff --git a/public/js/emojionearea.js b/public/js/emojionearea.js index 2167bbc..3c924eb 100644 --- a/public/js/emojionearea.js +++ b/public/js/emojionearea.js @@ -4,6 +4,8 @@ * Copyright Andrey Izman and other contributors * Released under the MIT license * Date: 2018-04-27T09:03Z + * stom79: https://github.com/stom79 + * Edited: 2020-04 adding completion for mentions related to the Mastodon API */ window = ( typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {} ); document = window.document || {};