diff --git a/lib/file-control.php b/lib/file-control.php index e9323bc..17e9e75 100644 --- a/lib/file-control.php +++ b/lib/file-control.php @@ -175,6 +175,7 @@ if (action=="load") { cM = top.ICEcoder.getcMInstance(); cM.setValue(document.getElementById('loadedFile').value); top.ICEcoder.savedPoints[top.ICEcoder.selectedTab-1] = cM.changeGeneration(); + top.ICEcoder.savedContents[top.ICEcoder.selectedTab-1] = cM.getValue(); top.document.getElementById('content').style.visibility='visible'; top.ICEcoder.switchTab(top.ICEcoder.selectedTab,'noFocus'); setTimeout(function(){top.ICEcoder.filesFrame.contentWindow.focus();},0);