Update save.js

This commit is contained in:
tanerochris
2016-05-16 23:13:58 +01:00
parent 11159eaa05
commit 21bdfb360c
-1
View File
@@ -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) {