Snowflake char for unsaved state, not asterisk

This commit is contained in:
Matt Pass
2014-06-25 11:35:26 +01:00
parent 85e8d93190
commit 047a33a604
2 changed files with 2 additions and 2 deletions

View File

@@ -2075,7 +2075,7 @@ var ICEcoder = {
for(var i=1;i<=top.ICEcoder.savedPoints.length;i++) {
if (top.ICEcoder.savedPoints[i-1]!=top.ICEcoder.getcMInstance(i).changeGeneration()) {
// We have an unsaved tab, indicate that in the title
winTitle += " *";
winTitle += " \u2744";
break;
}
}