Skip to content

Commit 6e495f6

Browse files
wip3
1 parent 5ffc857 commit 6e495f6

File tree

5 files changed

+3
-313
lines changed

5 files changed

+3
-313
lines changed

library/Icinga/Web/JavaScript.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ class JavaScript
4343
'js/icinga/behavior/modal.js',
4444
'js/icinga/behavior/input-enrichment.js',
4545
'js/icinga/behavior/datetime-picker.js',
46-
'js/icinga/behavior/copy-to-clipboard.js',
47-
'js/icinga/behavior/action-list.js',
48-
'js/icinga/behavior/load-more.js'
46+
'js/icinga/behavior/copy-to-clipboard.js'
4947
];
5048

5149
protected static $vendorFiles = [];

public/js/icinga.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
if (this.initialized) {
9191
return false;
9292
}
93+
define("icinga/legacy-app/Icinga", [], () => Icinga);
94+
9395

9496
this.timezone = new Icinga.Timezone();
9597
this.utils = new Icinga.Utils(this);

public/js/icinga/behavior/action-list.js

Lines changed: 0 additions & 216 deletions
This file was deleted.

public/js/icinga/behavior/load-more.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

public/js/icinga/eventlistener.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,4 @@
7575

7676
Icinga.EventListener = EventListener;
7777

78-
define("icinga/legacy-app/EventListener", [], () => EventListener)
79-
8078
}) (Icinga, jQuery);

0 commit comments

Comments
 (0)