mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Removed alert statement!
This commit is contained in:
parent
539596bcdd
commit
825186c868
@ -80,7 +80,6 @@ define([
|
|||||||
if(this.model.get('value')!=value) {
|
if(this.model.get('value')!=value) {
|
||||||
alert(this.model.get('value'));
|
alert(this.model.get('value'));
|
||||||
this.model.set('value', value, {updated_view: this});
|
this.model.set('value', value, {updated_view: this});
|
||||||
alert("touched");
|
|
||||||
this.touch();
|
this.touch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user