Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for true (0.51 sec)

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

                settingAdjustWidthVal = setting.adjustWidthVal;
    
                boxCssInfo = setting.boxCssInfo;
    
                $boxElement.hover(
                  function() {
                    isMouseHover = true;
                  },
                  function() {
                    isMouseHover = false;
                  }
                );
    
                this.resize();
                suggestor = this;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top