Skip to content

Commit

Permalink
clear In[ ] prompt numbers again
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanov committed Oct 26, 2012
1 parent 3d4dc71 commit 6b87bba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions IPython/frontend/html/notebook/static/js/codecell.js
Expand Up @@ -247,9 +247,7 @@ var IPython = (function (IPython) {
if( this.code_mirror != undefined) {
nline = this.code_mirror.lineCount();
}
if (number){
this.input_prompt_number = number;
}
this.input_prompt_number = number;
var prompt_html = CodeCell.input_prompt_function(this.input_prompt_number, nline);
this.element.find('div.input_prompt').html(prompt_html);
};
Expand Down

0 comments on commit 6b87bba

Please sign in to comment.