Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for dataType (0.03 seconds)

  1. src/main/webapp/js/search.js

        if (values.length === 2 && $queryId.length > 0) {
          var docId = values[1];
          var actionUrl = contextPath + "/api/v1/documents/" + docId + "/favorite";
    
          $.ajax({
            dataType: "json",
            cache: false,
            type: "post",
            timeout: AJAX_TIMEOUT,
            url: actionUrl,
            data: {
              queryId: $queryId.val()
            }
          })
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 6.5K bytes
    - Click Count (0)
Back to Top