Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. src/main/webapp/js/suggestor.js

                    $liEle.css("padding", "2px");
    
                    // Click handler
                    $liEle.on("click", function () {
                      var text = $(this).text();
                      suggestor.fixList();
                      $textArea.val(text);
                      if (typeof $settingSearchForm !== "undefined") {
                        $settingSearchForm.submit();
                      }
                    });
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
Back to Top