mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Update save.js
This commit is contained in:
@@ -28,7 +28,6 @@ iD.ui.Save = function(context) {
|
||||
else if(numChanges === 50) {
|
||||
prevNumchange = numChanges;
|
||||
return 'rgb(255 , 255 , 136)';
|
||||
|
||||
}
|
||||
else if(numChanges > 50 && numChanges < 100) {
|
||||
if(prevNumchange < numChanges) {
|
||||
|
||||
Reference in New Issue
Block a user