Uh oh!
There was an error while loading. Please reload this page.
Move help popup generation code - #65780
Conversation
1dcc915 to
7c46ed2Compare
kinnison
left a comment
There was a problem hiding this comment.
My JavaScript-fu isn't massively strong, but afaict that looks okay. Assuming you've confirmed that it works as expected, 👍 from me.
GuillaumeGomez
commented
Oct 25, 2019
Let's ask someone else to review it as well then! |
bors
commented
Oct 26, 2019
☔ The latest upstream changes (presumably #65845) made this pull request unmergeable. Please resolve the merge conflicts. |
7c46ed2 to
91ef960CompareJohnCSimon
commented
Nov 2, 2019
Ping from triage |
GuillaumeGomez
commented
Nov 2, 2019
Mark-Simulacrum
commented
Nov 2, 2019
I guess keyboard shortcuts don't work without JS anyway, right? So this isn't losing functionality (or documentation of that functionality)? |
GuillaumeGomez
commented
Nov 2, 2019
Nope, just reducing generated HTML size and making page load faster for JS-disabled people (which is a complete side-effect, but a nice one I think? haha). |
Mark-Simulacrum
commented
Nov 3, 2019
@bors r+ |
bors
commented
Nov 3, 2019
📌 Commit 91ef960 has been approved by |
bors
commented
Nov 3, 2019
…, r=Mark-Simulacrum Move help popup generation code The first commit is just a small cleanup. The idea behind this PR is to reduce a bit more the generated HTML files by moving the duplicated code into one place instead. r? @kinnison
bors
commented
Nov 4, 2019
☀️ Test successful - checks-azure |
The first commit is just a small cleanup.
The idea behind this PR is to reduce a bit more the generated HTML files by moving the duplicated code into one place instead.
r? @kinnison