Changeset 20494
- Timestamp:
- 10/02/08 18:40:43 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/sabel/trunk/public/js/Status.js
r20065 r20494 85 85 insertUsername: function(evt) { 86 86 var text = "@" + Sabel.Event.getTarget(evt).getAttribute("username") + " "; 87 this.comment.value = text ;87 this.comment.value = text + this.comment.value.replace(/^@[^\s]+\s/, ""); 88 88 this.charCounter.innerHTML = this.COMMENT_MAX_LENGTH - text.length; 89 89 this.charCounter.style.color = "#bbb";
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)