From 7e9fbd7d1ac70088c4824220e8a226b4c7999993 Mon Sep 17 00:00:00 2001 From: ShadyThGod Date: Thu, 28 Mar 2019 18:12:19 +0530 Subject: [PATCH] Update elementCodes.js Remove the old code for tab instance --- src/windows/assets/js/elementCodes.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/windows/assets/js/elementCodes.js b/src/windows/assets/js/elementCodes.js index efd5bbcf..f25d5fca 100644 --- a/src/windows/assets/js/elementCodes.js +++ b/src/windows/assets/js/elementCodes.js @@ -5,9 +5,6 @@ function tabElement(tab) { } function instanceElement(tab) { - /* return `
- -
`; */ return `
`;