
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SLF4J: Simple Logging Facade for Java". The branch, master has been updated via bdc80857eea22530e29222fd773e847c44e7ce3e (commit) from ec16a083882a4cb9292dc23c9ba2a0f0e3f38964 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=bdc80857eea22530e29222fd773... http://github.com/ceki/slf4j/commit/bdc80857eea22530e29222fd773e847c44e7ce3e commit bdc80857eea22530e29222fd773e847c44e7ce3e Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Apr 27 22:06:51 2011 +0200 removing the job link diff --git a/slf4j-site/src/site/pages/templates/header.js b/slf4j-site/src/site/pages/templates/header.js index ccc7043..35f75bc 100644 --- a/slf4j-site/src/site/pages/templates/header.js +++ b/slf4j-site/src/site/pages/templates/header.js @@ -4,9 +4,9 @@ document.write('<td><a href="http://www.slf4j.org/">'); document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>'); document.write('</a></td>') -document.write('<td align="right"><a id="job" href="http://logback.qos.ch/job.html">'); -document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>'); -document.write('</a></td>') +//document.write('<td align="right"><a id="job" href="http://logback.qos.ch/job.html">'); +//document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>'); +//document.write('</a></td>') document.write('</tr></table>'); document.write('<div id="breadcrumbs"></div>'); \ No newline at end of file ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/templates/header.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java