added save settings function to featuresave prompt
This commit is contained in:
parent
0891f85e94
commit
53655e84a4
@ -3245,6 +3245,7 @@ function closeFeatureSavePrompt() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function featureSavePrompt() {
|
function featureSavePrompt() {
|
||||||
|
saveSettings();
|
||||||
document.getElementById('save-feature-prompt-message').style.display = "none";
|
document.getElementById('save-feature-prompt-message').style.display = "none";
|
||||||
setTimeout(
|
setTimeout(
|
||||||
function() {
|
function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user