| | @@ -368,16 +368,10 @@ |
| 368 | 368 | } |
| 369 | 369 | if( cnt ){ |
| 370 | 370 | @ </ul> |
| 371 | 371 | } |
| 372 | 372 | db_finalize(&q); |
| 373 | | - @ <script type="text/JavaScript"> |
| 374 | | - @ function xin(id){ |
| 375 | | - @ } |
| 376 | | - @ function xout(id){ |
| 377 | | - @ } |
| 378 | | - @ </script> |
| 379 | 373 | style_footer(); |
| 380 | 374 | } |
| 381 | 375 | |
| 382 | 376 | /* |
| 383 | 377 | ** This routine is called while for each check-in that is rendered by |
| | @@ -423,13 +417,7 @@ |
| 423 | 417 | " ORDER BY event.mtime DESC", |
| 424 | 418 | timeline_query_for_www(), TAG_BRANCH |
| 425 | 419 | ); |
| 426 | 420 | www_print_timeline(&q, 0, 0, 0, brtimeline_extra); |
| 427 | 421 | db_finalize(&q); |
| 428 | | - @ <script type="text/JavaScript"> |
| 429 | | - @ function xin(id){ |
| 430 | | - @ } |
| 431 | | - @ function xout(id){ |
| 432 | | - @ } |
| 433 | | - @ </script> |
| 434 | 422 | style_footer(); |
| 435 | 423 | } |
| 436 | 424 | |