Subversion Repositories cheapmusic

Rev

Rev 28 | Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 39
Line 68... Line 68...
68
 
68
 
69
// End the progress bar.
69
// End the progress bar.
70
function completeProgress() {
70
function completeProgress() {
71
    updateProgressBar(100, "Completed");
71
    updateProgressBar(100, "Completed");
72
    window.clearInterval(timer);
72
    window.clearInterval(timer);
73
    endProgressBarModal(title);
73
    endProgressBarModal();
74
}
74
}
75
 
75
 
76
// Start the progress bar.
76
// Start the progress bar.
77
function progressBar(title) {
77
function progressBar(title) {
78
    initProgressBarModal(title);
78
    initProgressBarModal(title);