MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
function cDependent(){ | function cDependent(){ | ||
if($('.mw-references-wrap').length === 0){ | if($('.mw-references-wrap').length === 0){ | ||
} else { | } else { | ||
$('.cdependent').show(); | $('.cdependent').show(); | ||
} | } | ||
} | } | ||