- Timestamp:
- 10/03/08 12:50:15 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/rhaco/trunk/resources/templates/default/application.js
r20567 r20568 25 25 26 26 function status_load(status){ 27 d = new Date(); 28 d.setTime(status['createdAt']*1000); 27 29 $('#timelines').prepend( 28 '<dt>' + status['user'] + "</dt>\n" + '<dd>' + status['comment'] + "</dd>\n" 30 '<dt>' + status['user'] + "</dt>\n" 31 + '<dd>' + status['comment'] + "</dd>\n" 32 + '<dd class="meta"><a href="'+phwittr_url+'statuses/'+status['id']+'">' + d.toLocaleString() + "</a></dd>\n" 29 33 ); 30 34 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)