X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=mw-config%2Fconfig.js;h=6f899f83cdef07d32cc43c92f07137f42d36f2df;hb=a6a6c19c794619c24881d2d984dc18ceb3b6419b;hp=235ff4aa0e74309dcb7b2b8e67f6d1c763164440;hpb=7462d3075a23095fd627cebeb0f66e081ad2bede;p=lhc%2Fweb%2Fwiklou.git diff --git a/mw-config/config.js b/mw-config/config.js index 235ff4aa0e..6f899f83cd 100644 --- a/mw-config/config.js +++ b/mw-config/config.js @@ -23,6 +23,7 @@ $( '.dbRadio' ).on( 'click', function () { var $checked = $( '.dbRadio:checked' ), $wrapper = $( document.getElementById( $checked.attr( 'rel' ) ) ); + // eslint-disable-next-line no-jquery/no-sizzle if ( $wrapper.is( ':hidden' ) ) { // FIXME: Use CSS transition // eslint-disable-next-line no-jquery/no-animate-toggle