mirror of
https://github.com/ent/ent.git
synced 2026-04-28 21:50:56 +03:00
ent/doc: ui changes for homepage
Reviewed By: alexsn Differential Revision: D17074003 fbshipit-source-id: 7a0088f8eab37dab570eaace5fa836d70bb708ed
This commit is contained in:
committed by
Facebook Github Bot
parent
4c1f28d58f
commit
a964901521
@@ -44,9 +44,4 @@ window.addEventListener('load', function() {
|
||||
textEl.textContent = 'Copy';
|
||||
}, 2000);
|
||||
});
|
||||
|
||||
// add an id tag for images based on their alt attribute.
|
||||
document.querySelectorAll('.container img').forEach(function(el) {
|
||||
el.id = el.alt;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user