mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Address CodeQl finding
This commit is contained in:
parent
173c9ee299
commit
e01e3e70a0
@ -319,9 +319,9 @@ function showInfoDialog(type, header, message) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$(document).on('click', '[data-dismiss-modal]', function () {
|
$(document).on('click', '[data-dismiss-modal]', function () {
|
||||||
var target = $(this).attr('data-dismiss-modal');
|
var target = $(this).data('dismiss-modal');
|
||||||
$(target).modal('hide');
|
$('#' + target).modal('hide');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function createHintH(type, text, container) {
|
function createHintH(type, text, container) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user