Merge branch '12368-main-js' into 'master'
Resolve CE/EE diff in main.js See merge request gitlab-org/gitlab-ce!30347
This commit is contained in:
commit
000f7ed71f
2 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,8 @@ import GlFieldErrors from './gl_field_errors';
|
|||
import initUserPopovers from './user_popovers';
|
||||
import { __ } from './locale';
|
||||
|
||||
import 'ee_else_ce/main_ee';
|
||||
|
||||
// expose jQuery as global (TODO: remove these)
|
||||
window.jQuery = jQuery;
|
||||
window.$ = jQuery;
|
||||
|
|
1
app/assets/javascripts/main_ee.js
Normal file
1
app/assets/javascripts/main_ee.js
Normal file
|
@ -0,0 +1 @@
|
|||
// This is an empty file to satisfy ee_else_ce import for the EE main entry point
|
Loading…
Reference in a new issue