Skip to content

Commit

Permalink
Merge remote-tracking branch 'ScottDowne/experimental2' into butter-kids
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Jun 14, 2011
2 parents df5a123 + 1d62f7d commit 301cf52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/butter.application.js
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@
autosaveInterval = setInterval(controls.autosave, AUTOSAVE_INTERVAL);
}

if ( project.autosave ) {
/*if ( project.autosave ) {
autosaveEnabled = false;
$("#ui-application-error").html("<div><b>Warning:</b> Since you have opened an Autosave project, the Autosave feature is disabled until you save this project manually.</div>");
$uiApplicationMsg.dialog({
Expand All @@ -1248,12 +1248,12 @@
$uiApplicationMsg.dialog( "close" );
}}
});
}
}*/

TrackMeta.project.loadWorkspace( tracks, trackEventMap );

// Load meta data
$ioVideoTitle.val( project.title );
$ioVideoTitle.val( project.title.split( "-Autosave" )[ 0 ] );
$ioVideoDesc.val( project.description );

});
Expand Down

0 comments on commit 301cf52

Please sign in to comment.