Commit 9ac8bb2a authored by techird's avatar techird

merge from dev

parents cd6d9855 70df8eb4
...@@ -324,7 +324,7 @@ $( function () { ...@@ -324,7 +324,7 @@ $( function () {
} }
function setFileSaved( saved ) { function setFileSaved( saved ) {
$save_btn.disabled( saved ); $save_btn.disabled( saved || !currentUser );
if ( saved ) { if ( saved ) {
$user_btn.text( getFileName( thisMapFilename ) ); $user_btn.text( getFileName( thisMapFilename ) );
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment