jenkins-bot has submitted this change and it was merged.

Change subject: Fix scrolling by access key
......................................................................


Fix scrolling by access key

 * jQuery hadn't loaded yet.

Change-Id: I213c31c4f506f2bd5d8e64e7d93789f0238732fb
---
M lib/api/views/layout.html
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/lib/api/views/layout.html b/lib/api/views/layout.html
index e9286bc..9d28b72 100644
--- a/lib/api/views/layout.html
+++ b/lib/api/views/layout.html
@@ -15,7 +15,7 @@
                                }
                                el.setAttribute(o.css ? 'href' : 'src',
                                        window.location.origin + o.src);
-                               document.head.appendChild(el);
+                               document.write(el.outerHTML);
                        }
                        els.forEach(load);
                </script>

-- 
To view, visit https://gerrit.wikimedia.org/r/323411
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I213c31c4f506f2bd5d8e64e7d93789f0238732fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to