Browse Source

Cosmetic fix

pull/49/head
Antonio Calatrava 9 years ago
parent
commit
c283885374
  1. 2
      public/wetty/hterm_all.js

2
public/wetty/hterm_all.js

@ -8375,7 +8375,7 @@ hterm.ScrollPort.prototype.decorate = function(div) {
// from screen.js. I need to pick a better name for one of them to avoid // from screen.js. I need to pick a better name for one of them to avoid
// the collision. // the collision.
this.screen_ = doc.createElement('x-screen'); this.screen_ = doc.createElement('x-screen');
this.screen_.setAttribute('contenteditable', ''); this.screen_.setAttribute('contenteditable', 'true');
this.screen_.setAttribute('spellcheck', 'false'); this.screen_.setAttribute('spellcheck', 'false');
this.screen_.setAttribute('autocorrect', 'false'); this.screen_.setAttribute('autocorrect', 'false');
this.screen_.setAttribute('autocomplete', 'false'); this.screen_.setAttribute('autocomplete', 'false');

Loading…
Cancel
Save