mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Pass jQuery object to icinga/utils.js
This commit is contained in:
parent
faec625912
commit
e28f7a05eb
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Icinga utility functions
|
||||
*/
|
||||
(function(Icinga) {
|
||||
(function(Icinga, $) {
|
||||
|
||||
'use strict';
|
||||
|
||||
@ -143,4 +143,4 @@
|
||||
}
|
||||
};
|
||||
|
||||
}(Icinga));
|
||||
}(Icinga, jQuery));
|
||||
|
Loading…
x
Reference in New Issue
Block a user