Call switchMode after saving

So it colors code after saving new files, renames to a different file
type etc.
This commit is contained in:
Matt Pass
2013-08-07 20:09:43 +01:00
parent a5b36447b3
commit 60cbfd486c

View File

@@ -428,4 +428,7 @@ if (action=="doneSave") {
top.ICEcoder.changedContent[top.ICEcoder.selectedTab-1] = 0;
top.ICEcoder.redoTabHighlight(top.ICEcoder.selectedTab);
}
// Finally, switch mode in case we have saved, renamed file etc
top.ICEcoder.switchMode();
</script>