mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Enable explicit box activation
This commit is contained in:
@@ -985,6 +985,13 @@
|
||||
</div><!-- /.box --></pre>
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
<p>
|
||||
If you inserted a box into the document after <code>app.js</code> was loaded, you have to activate
|
||||
the collapse/remove buttons explicitly by calling <code>.activateBox()</code>:
|
||||
</p>
|
||||
<pre class='prettyprint'><code class='html'><script>
|
||||
$("#box-widget").activateBox();
|
||||
</script></code></pre>
|
||||
|
||||
<h4>Loading States</h4>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user