Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xref (0.03 sec)

  1. help.js

    ").length) { L15: $("#searchOptions").removeClass("active"); L16: } L17: }); L18: L19: $("[data-toggle='control-options']").click(function(e) { L20: e.preventDefault(); L21: var target = $(this).attr("data-target") || $(this).attr("href"); L22: if (target) { L23: $(target).toggleClass("active"); L24: } L25: }); L26: L27: $("#searchOptionsClearButton").on("click", function(e) { L28: $("#labelTypeSearchOption").prop("selectedIndex", -1); L29: $("#langSearchOption...
    github.com/codelibs/fess/src/main/webapp/js/hel...
    Thu Mar 30 05:45:24 UTC 2023
      2K bytes
Back to top