Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Marche (0.05 sec)

  1. search.js

    L94: docId; L95: if (values.length === 2 && $queryId.length > 0) { L96: docId = values[1]; L97: actionUrl = contextPath + "/api/v1/documents/" + docId + "/favorite"; L98: $.ajax({ L99: dataType: "json", L100: cache: false, L101: type: "post", L102: timeoutNumber: 10000, L103: url: actionUrl, L104: data: { L105: queryId: $queryId.val() L106: } L107: }) L108: .done(function(data) { L109: var $favorited,...
    github.com/codelibs/fess/src/main/webapp/js/sea...
    Thu Mar 30 05:45:24 UTC 2023
      7.5K bytes
Back to top