Skip to content

Commit

Permalink
SAK-42320 - Admin tools: Fix small JS issue (sakaiproject#7233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer authored and ern committed Aug 14, 2019
1 parent ab38464 commit cbd5a14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions admin-tools/src/webapp/vm/sites/chef_sites_edit_tool.vm
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
enableFiltering: true,
enableCaseInsensitiveFiltering: true
});
});

$('#feature').change(function(){
document.getElementById('thisOne').submit();
$('#feature').change(function(){
document.getElementById('thisOne').submit();
});

});
</script>

Expand Down

0 comments on commit cbd5a14

Please sign in to comment.