16 lines
408 B
Plaintext
16 lines
408 B
Plaintext
|
|
<!-- EMBED-SWITCH BEGIN -->
|
|
|
|
<%
|
|
if (page.path && page.path.indexOf('/updates') === 0) {
|
|
-%>
|
|
<div class='embedSwitch'>
|
|
<form action='' method=''>
|
|
<input type='checkbox' id='toggle_embeds' name='toggle_embeds' class='toggleSwitch js-toggleEmbeds' />
|
|
<label for='toggle_embeds'><span class='toggleSwitch-info'>Enable Embedded Media<span></label>
|
|
</form>
|
|
</div>
|
|
<% } -%>
|
|
|
|
<!-- EMBED-SWITCH END -->
|