feature settings prompt
This commit is contained in:
parent
30925a505d
commit
1b4e5f930d
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user