summaryrefslogtreecommitdiffstats
path: root/public/js
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-10 19:52:06 -0500
committerUnknwon <u@gogs.io>2015-12-10 19:52:06 -0500
commit7a3eccc709d4d0c7cb5e2224015212b1e748d62d (patch)
tree8f8ec55e64a50ee5c94717d734f5777921cf6da6 /public/js
parent2a8d71367db14abd505910affe1f95e658daa741 (diff)
downloadgitea-7a3eccc709d4d0c7cb5e2224015212b1e748d62d.tar.gz
gitea-7a3eccc709d4d0c7cb5e2224015212b1e748d62d.zip
Drop 0.5.x support
Diffstat (limited to 'public/js')
-rw-r--r--public/js/gogs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/gogs.js b/public/js/gogs.js
index 427280db54..4a9635ea65 100644
--- a/public/js/gogs.js
+++ b/public/js/gogs.js
@@ -220,7 +220,7 @@ function initRepository() {
// File list and commits
if ($('.repository.file.list').length > 0 ||
- ('.repository.commits').length > 0) {
+ ('.repository.commits').length > 0) {
initFilterSearchDropdown('.choose.reference .dropdown');
$('.reference.column').click(function () {
@@ -411,7 +411,7 @@ function initRepository() {
$status_btn.click(function () {
$('#status').val($status_btn.data('status-val'));
$('#comment-form').submit();
- })
+ });
}
// Diff