Another small change in the same code
This commit is contained in:
parent
2066c68257
commit
7a0b821be4
@ -171,7 +171,7 @@ Ractive.DEBUG = false;
|
||||
//statuses
|
||||
if (project.stage != "waiting") {
|
||||
project.status = project.stage;
|
||||
} else if(!project.lastLog) {
|
||||
} else if(!project.lastLog || !project.lastLog.version) {
|
||||
project.status = "waiting";
|
||||
} else if (project.lastLog.version.trim() == project.releaseVersion.trim()) {
|
||||
project.status = "Successfully Released";
|
||||
|
Loading…
Reference in New Issue
Block a user