Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for boxCssInfo (0.04 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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. test-site/public/javascripts/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: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 14.6K bytes
    - Viewed (0)
Back to top