mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added an simple event system and readded some functions from the legacy Part-DB.
This commit is contained in:
parent
570aa68535
commit
3e54d35fac
3 changed files with 180 additions and 3 deletions
|
@ -53,7 +53,13 @@ import {ajaxUI} from "../ts_src/ajax_ui";
|
|||
|
||||
window.ajaxUI = ajaxUI;
|
||||
|
||||
//Start AjaxUI
|
||||
//Require all events;
|
||||
require('../ts_src/event_listeners');
|
||||
|
||||
|
||||
//Start AjaxUI AFTER all event has been registered
|
||||
$(document).ready(ajaxUI.start());
|
||||
|
||||
|
||||
|
||||
//console.log('Hello Webpack Encore! Edit me in assets/js/app.js');
|
Loading…
Add table
Add a link
Reference in a new issue