mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
Use new flarum-gulp package.
This commit is contained in:
12
extensions/mentions/js/bootstrap.js
vendored
12
extensions/mentions/js/bootstrap.js
vendored
@@ -3,12 +3,12 @@ import SettingsPage from 'flarum/components/settings-page';
|
||||
import { extend } from 'flarum/extension-utils';
|
||||
import icon from 'flarum/helpers/icon';
|
||||
|
||||
import postMentionPreviews from 'mentions/post-mention-previews';
|
||||
import mentionedByList from 'mentions/mentioned-by-list';
|
||||
import postReplyAction from 'mentions/post-reply-action';
|
||||
import composerAutocomplete from 'mentions/composer-autocomplete';
|
||||
import PostMentionedNotification from 'mentions/components/post-mentioned-notification';
|
||||
import UserMentionedNotification from 'mentions/components/user-mentioned-notification';
|
||||
import postMentionPreviews from 'flarum-mentions/post-mention-previews';
|
||||
import mentionedByList from 'flarum-mentions/mentioned-by-list';
|
||||
import postReplyAction from 'flarum-mentions/post-reply-action';
|
||||
import composerAutocomplete from 'flarum-mentions/composer-autocomplete';
|
||||
import PostMentionedNotification from 'flarum-mentions/components/post-mentioned-notification';
|
||||
import UserMentionedNotification from 'flarum-mentions/components/user-mentioned-notification';
|
||||
|
||||
app.initializers.add('mentions', function() {
|
||||
// For every mention of a post inside a post's content, set up a hover handler
|
||||
|
Reference in New Issue
Block a user