mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +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
|
* Icinga utility functions
|
||||||
*/
|
*/
|
||||||
(function(Icinga) {
|
(function(Icinga, $) {
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
@ -143,4 +143,4 @@
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}(Icinga));
|
}(Icinga, jQuery));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user