Add ajax reload to org home

This commit is contained in:
cuom1999 2022-11-25 00:27:39 -06:00
parent 392a39c43e
commit e35f91ca2d
5 changed files with 32 additions and 22 deletions

View file

@ -14,5 +14,10 @@
$(this).parent().submit();
}
});
$('#control-panel a').on('click', function(e) {
e.preventDefault();
navigateTo($(this));
})
});
</script>