mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Fixes jshint errors
This commit is contained in:
@@ -2,8 +2,7 @@ export default
|
|||||||
function KindChange(Empty, i18n) {
|
function KindChange(Empty, i18n) {
|
||||||
return function(params) {
|
return function(params) {
|
||||||
var scope = params.scope,
|
var scope = params.scope,
|
||||||
reset = params.reset,
|
reset = params.reset;
|
||||||
collapse, id;
|
|
||||||
|
|
||||||
$('.popover').each(function() {
|
$('.popover').each(function() {
|
||||||
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
|
||||||
|
|||||||
Reference in New Issue
Block a user