Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #193 from egouge/stylexml-bug
fix invalid xml error msg on xml page when leaving page with no changes
  • Loading branch information
fgdrf committed Mar 8, 2015
2 parents a7db9aa + c85f9be commit 4a3a6a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -152,7 +152,7 @@ public boolean isValid() {
}

public boolean okToLeave() {
boolean readyToLeave = false;
boolean readyToLeave = true;
if (dirty) { //!dirty was a condition -- not required for the moment
readyToLeave = updateSLD();
}
Expand Down

0 comments on commit 4a3a6a9

Please sign in to comment.