« get me outta code hell

Merge pull request #120 from hsmusic/img-layout - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-01-10 17:04:23 -0400
committerGitHub <noreply@github.com>2023-01-10 17:04:23 -0400
commitcb25a588edc760ea98fba91746cd5be2f1c3ca0b (patch)
tree763e269f4ae40243bd94c463d2d618c8b5c24dd6 /src/upd8.js
parentccd2235a31c004d099e2d05fb1751a85f58ee97d (diff)
parent4088eabda9c6ca8a047b6849ca109fbc27d2acfa (diff)
Merge pull request #120 from hsmusic/img-layout
Remove unused CSS & reduce layout footprint of images
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js
index fad3c7d8..51b098fd 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -703,7 +703,6 @@ function img({
   function wrap(input, hide = false) {
     let wrapped = input;
 
-    wrapped = html.tag('div', {class: 'image-inner-area'}, wrapped);
     wrapped = html.tag('div', {class: 'image-container'}, wrapped);
 
     if (reveal) {