Fix a bug hindering re-opening of previously opened files

This commit is contained in:
Lorefnon
2012-10-07 04:59:32 +05:30
parent 98158d7fdb
commit eff02eafd2

View File

@@ -241,6 +241,7 @@ var active = {
var next_session = this.sessions[next_path];
editor.remove_session(session, next_session);
}
delete this.sessions[path];
/*if ((session.thumb).hasClass('active')) {
$('#current-file')
.html('');