From b387d1494c286b5801fcf2598e93fe5170554430 Mon Sep 17 00:00:00 2001 From: ussaohelcim <57050328+ussaohelcim@users.noreply.github.com> Date: Wed, 10 Aug 2022 21:01:45 -0300 Subject: [PATCH] updated to not use expand.js --- gulp/res/js/expand.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gulp/res/js/expand.js b/gulp/res/js/expand.js index 476bf2aa..e9782e05 100644 --- a/gulp/res/js/expand.js +++ b/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;