mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
did a thing, struff works now :o
This commit is contained in:
7237
js/dist/admin.js
vendored
7237
js/dist/admin.js
vendored
File diff suppressed because one or more lines are too long
2
js/dist/admin.js.map
vendored
2
js/dist/admin.js.map
vendored
File diff suppressed because one or more lines are too long
11157
js/dist/forum.js
vendored
11157
js/dist/forum.js
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js.map
vendored
2
js/dist/forum.js.map
vendored
File diff suppressed because one or more lines are too long
18
js/old/admin/index.js
Normal file
18
js/old/admin/index.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import AdminApplication from './AdminApplication';
|
||||
|
||||
const app = new AdminApplication();
|
||||
|
||||
// Backwards compatibility
|
||||
window.app = app;
|
||||
|
||||
export { app };
|
||||
|
||||
// Export public API
|
||||
|
||||
|
||||
// Export compat API
|
||||
import compat from './compat';
|
||||
|
||||
compat.app = app;
|
||||
|
||||
export { compat };
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user