summaryrefslogtreecommitdiffstats
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 3fe828e000..fb31387544 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -2016,3 +2016,7 @@ function initFilterBranchTagDropdown(selector) {
});
});
}
+
+$(".commit-button").click(function() {
+ $(this).parent().find('.commit-body').toggle();
+});