corrections and

master
Tancre 3 years ago
parent c2406be78a
commit 15ef0488ee

@ -59,12 +59,12 @@
<p><b>Contributions:</b></p>
<div class="colophonWrapper">
<p><i>HAM DISTRO</i> ⟶ XPUB3</p>
<p><i>OUIJA SEANCE</i> ⟶ Simon Brown</p>
<p><i>OUIJA SEANCE</i> ⟶ Simon Browne</p>
<p><i>Blank Page Syndrome</i> ⟶ Clara Noseda</p>
<p><i>Lingo Bingo</i> ⟶ XPUB1</p>
<p><i>Civil Entertainment Sirens®</i> ⟶ Martin Foucaut</p>
<p><i>Oh, look at the wifi: words fly around</i> ⟶ Federico Poni</p>
<p><i>Ilinx</i> ⟶ Tancredi Di Giovanni</p>
<p><i>Ilinx & Words Map</i> ⟶ Tancredi Di Giovanni</p>
</div>
<p><b>Bookshop:</b></p>

@ -1,6 +1,6 @@
class DragResizeClose {
constructor() {
this.zIndex = 4;
this.drag();
this.setDraggables();
this.setZindex();
@ -52,11 +52,11 @@ class DragResizeClose {
}
setZindex() {
let thatZindex = this.zIndex;
$('#dragZone div').mousedown(function() { // Setup z-index handler
$(this).addClass('top').removeClass('bottom');
$(this).siblings().removeClass('top').addClass('bottom');
$(this).css("z-index", thatZindex++);
$(this).css("z-index", zIndex++);
return zIndex++
});
}

Loading…
Cancel
Save