Skip to content

Commit

Permalink
Add upload hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
sofar committed Sep 30, 2012
1 parent aabe754 commit 2acc85c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions album.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ function do_help() {
c += "ogg : " + (supports_ogg ? "yes" : "no") + "\n";
c += "webm : " + (supports_webm ? "yes" : "no") + "\n";

c += "\n\n";

c += "<h2><a href=\"/UPLOAD.txt\">Uploading instructions</a></h2>\n";

c += "</pre>\n";
c += "</div>\n";
document.getElementById('content').innerHTML = c;
Expand Down

0 comments on commit 2acc85c

Please sign in to comment.