Changeset 518
- Timestamp:
- 10/18/07 00:37:43 (6 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/syobocalplus.user.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/syobocalplus.user.js
r510 r518 435 435 SearchBox.prototype = { 436 436 onKey: function(e) { 437 if (27 == e.keyCode) 438 this.clearBox(); 439 437 440 var v = this.textBox.value; 438 441 if (this.oldValue != v) … … 460 463 }, 461 464 465 clearBox: function() { 466 this.textBox.value = ""; 467 }, 468 462 469 outMessage: function(msg) { 463 470 this.messageBox.innerHTML = msg;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)