///////////////////////////////////////////////////////////////////////////////
//
// OPENTHEORY REPO
//
// Copyright (c) 2009 Joe Hurd
//
///////////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////
// Confirming an upload.
///////////////////////////////////////////////////////////////////////////////

function confirm_upload() {
  return confirm('Are you sure you want to upload this package?');
}

