diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index d5022980..d252baa6 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -52,6 +52,9 @@ function render_wiki() collapsible: true }); + $("#project_home_sidebar_log_all_button").button ().click (function () { + $(location).attr ('href', "/project/log/" + "id; ?>"); + }); } $(function() { @@ -172,8 +175,10 @@ foreach ($urls as $url)