1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Fixes jshint errors

This commit is contained in:
mabashian 2019-01-09 11:45:51 -05:00
parent 7bcbaabd71
commit 2dfb0abb69

View File

@ -2,8 +2,7 @@ export default
function KindChange(Empty, i18n) {
return function(params) {
var scope = params.scope,
reset = params.reset,
collapse, id;
reset = params.reset;
$('.popover').each(function() {
// remove lingering popover <div>. Seems to be a bug in TB3 RC1