]> cat aescling's git repositories - mastodon.git/blobdiff - app/views/layouts/application.html.haml
Add emoji autosuggest (#5053)
[mastodon.git] / app / views / layouts / application.html.haml
index bd846552b34c94e27a2ec3e760462b4778a575a8..8c6fc27df8c29574863d0df71205798dc56bcc43 100755 (executable)
@@ -28,7 +28,6 @@
     %link{ href: asset_pack_path('features/notifications.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
     %link{ href: asset_pack_path('features/community_timeline.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
     %link{ href: asset_pack_path('features/public_timeline.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
-    %link{ href: asset_pack_path('emoji_picker.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
 
     = javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
     = csrf_meta_tags
This page took 0.027057 seconds and 3 git commands to generate.