BLT editor: Fix bug where name not saved
This commit is contained in:
parent
71de14ecfc
commit
ba2fece73e
@ -207,7 +207,7 @@ function clickExportBLT() {
|
|||||||
|
|
||||||
result = window.prompt('Enter the name of the election:');
|
result = window.prompt('Enter the name of the election:');
|
||||||
if (result !== null) {
|
if (result !== null) {
|
||||||
election.name = result;
|
election.py_name = result;
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user