Skip to content

Commit

Permalink
Removed question number
Browse files Browse the repository at this point in the history
  • Loading branch information
nxvipin committed Oct 11, 2011
1 parent 4667605 commit 57f4300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/xkcd_cli.js
Expand Up @@ -76,7 +76,7 @@ var xkcdDisplay = TerminalShell.commands['q'] = TerminalShell.commands['question
xkcd.get(path, function(data) {
// Stuff to be dome with question data
terminal.setWorking(true);
terminal.print($('<h3>').text('Question ' + data.num));
terminal.print($('<h3>').text('Question '));
terminal.print($('<p class=question>' + data.question + '</p>'));
if(data.image)
terminal.print($('<img>').addClass('comic').attr('src', data.image));
Expand Down

0 comments on commit 57f4300

Please sign in to comment.