Changeset 249227 in webkit
- Timestamp:
- Aug 28, 2019, 5:44:28 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
resultsdbpy/resultsdbpy/view/static/js/drawer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r249226 r249227 1 2019-08-28 Jonathan Bedard <jbedard@apple.com> 2 3 results.webkit.org: Do not display branch selector if only one branches available 4 https://bugs.webkit.org/show_bug.cgi?id=201244 5 6 Rubber-stamped by Aakash Jain. 7 8 * resultsdbpy/resultsdbpy/view/static/js/drawer.js: Hide the branch selector's 9 container if there aren't multiple branches to choose from. 10 1 11 2019-08-28 Wenson Hsieh <wenson_hsieh@apple.com> 2 12 -
trunk/Tools/resultsdbpy/resultsdbpy/view/static/js/drawer.js
r249213 r249227 135 135 return `<option value="${branch}">${branch}</option>`; 136 136 }).join(''); 137 element.parentElement.parentElement.parentElement.style.display = state.length > 1 ? null : 'none'; 137 138 }, 138 139 });
Note:
See TracChangeset
for help on using the changeset viewer.