mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
fix connected list appearing in printing
This commit is contained in:
@@ -60,12 +60,16 @@
|
|||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="connected-list-div">
|
<div id="connected-list-div">
|
||||||
<button id="show-connected-button" onclick="toggleClientList()">
|
<button
|
||||||
|
id="show-connected-button"
|
||||||
|
class="no-print"
|
||||||
|
onclick="toggleClientList()"
|
||||||
|
>
|
||||||
Connected Blenders:
|
Connected Blenders:
|
||||||
<span id="blender-count">0</span>
|
<span id="blender-count">0</span>
|
||||||
<i class="fas fa-chevron-down"></i>
|
<i class="fas fa-chevron-down"></i>
|
||||||
</button>
|
</button>
|
||||||
<div id="client-list"></div>
|
<div id="client-list" class="no-print"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user