updated to not use expand.js

indiachan-spamvector
ussaohelcim 2 years ago
parent cf791fc61c
commit b387d1494c
  1. 7
      gulp/res/js/expand.js

@ -78,13 +78,6 @@ window.addEventListener('DOMContentLoaded', () => {
};
const expand = function(e) {
if(this.dataset.type === 'tegaki'){
e.preventDefault();
window.dispatchEvent(
(new CustomEvent('showTegakiReplay',{detail:this.firstChild.href}))
);
return;
}
if (e.target.nodeName === 'VIDEO' || e.target.nodeName === 'AUDIO') {
e.stopPropagation();
return;

Loading…
Cancel
Save