Edit

kmx.io/kmxgit/assets/js/repository.js

Branch :

  • assets/js/repository.js
  • import $ from "jquery"
    
    $(function () {
      $("select.tree").change(function () {
        document.location = this.value;
      });
    });