feature settings prompt

This commit is contained in:
Justin 2023-07-18 17:39:23 +08:00 committed by GitHub
parent 30925a505d
commit 1b4e5f930d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,15 @@
</div>
<div id="saved-msg-feedback" style="display:none">Features to Display -<br> Saved!</div>
<!-- SAVE FEATURE SETTINGS PROMPT MESSAGE -->
<div id="save-feature-prompt-message" style="display:none">
<button id="save-feature-prompt-close-btn" onclick="closeFeatureSavePrompt()">Close</button>
<p id="save-feature-prompt-p">Feature Settings - Changes detected.</p>
<button class="btn set-btn" id="save-feature-prompt-btn" onclick="featureSavePrompt()">Save</button>
</div>
<div id="saved-feature-msg-feedback" style="display:none">Feature Settings -<br> Saved!</div>
<!-- Ticker Form -->
<!-- First Row -->