« get me outta code hell

remove image-inner-area - 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-05 19:52:22 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-01-05 19:52:22 -0400
commit6079f214f8ba5f95433f501c5408c3b9911ad23e (patch)
tree094f17d57fe20765b9443d40a36b71ce2a3b19f7 /src/upd8.js
parentfe67e1acafc82ae671c3350eaf5fc001ae4d5f8a (diff)
remove image-inner-area
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 fad3c7d..51b098f 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) {