Commit 18f4dd4b authored by James Lopez's avatar James Lopez

update JS

parent 536a16c4
document.addEventListener('DOMContentLoaded', () => {
const $cnLink = $('.cn-link');
const $filterLink = $('.filter-link');
const showGroupLink = () => {
const $cnLink = $('.cn-link');
const $filterLink = $('.filter-link');
const $checkedSync = $('input[name="sync_method"]:checked').val() === 'group';
$cnLink.toggle($checkedSync);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment