features to display save prompt
This commit is contained in:
parent
50538251aa
commit
d20890c085
@ -176,7 +176,15 @@
|
||||
|
||||
<div id="wifi-message" style="display:none"><p id="wifi-p">Joining Wi-Fi, please restart the ticker.</p></div>
|
||||
|
||||
|
||||
|
||||
<!-- SAVE PROMPT MESSAGE -->
|
||||
<div id="save-prompt-message" style="display:none">
|
||||
<button id="save-prompt-close-btn" onclick="closeSavePrompt()">Close</button>
|
||||
<p id="save-prompt-p">Features to Display - Changes detected.</p>
|
||||
<button class="btn set-btn" id="save-prompt-btn" onclick="savePrompt()">Save</button>
|
||||
</div>
|
||||
<div id="saved-msg-feedback" style="display:none">Features to Display -<br> Saved!</div>
|
||||
|
||||
|
||||
<!-- Ticker Form -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user