Add ajax reload to org home
This commit is contained in:
parent
392a39c43e
commit
e35f91ca2d
5 changed files with 32 additions and 22 deletions
|
@ -14,5 +14,10 @@
|
|||
$(this).parent().submit();
|
||||
}
|
||||
});
|
||||
|
||||
$('#control-panel a').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
navigateTo($(this));
|
||||
})
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue