Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 641c2c2f authored by Scott Main's avatar Scott Main
Browse files

clarify the hidden APIs in reference with better tooltips

Change-Id: Iaa843b4a0462195084fb7a35e826eeec92d50c64
parent 03aca9a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2382,7 +2382,8 @@ function toggleVisisbleApis(selectedLevel, context) {
    // Grey things out that aren't available and give a tooltip title
    if (apiLevelNum > selectedLevelNum) {
      obj.addClass("absent").attr("title","Requires API Level \""
            + apiLevel + "\" or higher");
            + apiLevel + "\" or higher. To reveal, change the target API level "
              + "above the left navigation.");
    }
    else obj.removeClass("absent").removeAttr("title");
  });
+3 −2
Original line number Diff line number Diff line
@@ -214,7 +214,8 @@ def:default_left_nav() ?>
<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
      <div id="api-nav-header">
        <div id="api-level-toggle">
          <label for="apiLevelCheckbox" class="disabled">API level: </label>
          <label for="apiLevelCheckbox" class="disabled"
            title="Select your target API level to dim unavailable APIs">API level: </label>
          <div class="select-wrapper">
            <select id="apiLevelSelector">
              <!-- option elements added by buildApiLevelSelector() -->