Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for boxCssInfo (0.07 sec)

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

                        if (
                          typeof boxCssInfo === "undefined" ||
                          typeof boxCssInfo["background-color"] === "undefined"
                        ) {
                          $(this).css("background-color", "#ffffff");
                        } else {
                          $(this).css(
                            "background-color",
                            boxCssInfo["background-color"]
                          );
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top