Arlolra has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/323411

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/11/323411/1

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: newchange
Gerrit-Change-Id: I213c31c4f506f2bd5d8e64e7d93789f0238732fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <abrea...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to