summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Patton <andrew@acusti.ca>2014-07-25 17:51:41 -0400
committerAndrew Patton <andrew@acusti.ca>2014-07-25 17:51:41 -0400
commit6407caa7610badd817c6691c1b8db60120986fa8 (patch)
tree578b6c416536f931f7bcbfe03be23901d5b3d6c5
parentef8eef75195205ed0db4f7582bbdbc045587f042 (diff)
downloadgitea-6407caa7610badd817c6691c1b8db60120986fa8.tar.gz
gitea-6407caa7610badd817c6691c1b8db60120986fa8.zip
Semicolons for consistency ;);
-rw-r--r--public/js/app.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/js/app.js b/public/js/app.js
index dba83f384c..e153ef813c 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -470,8 +470,8 @@ function initRepository() {
function initInstall() {
// database type change
(function () {
- var mysql_default = '127.0.0.1:3306'
- var postgres_default = '127.0.0.1:5432'
+ var mysql_default = '127.0.0.1:3306';
+ var postgres_default = '127.0.0.1:5432';
$('#install-database').on("change", function () {
var val = $(this).val();
@@ -767,7 +767,7 @@ function initIssue() {
$('.issue-edit-cancel').on("click", function () {
$('#issue h1.title,#issue .issue-main > .issue-content .content,#issue-edit-btn').toggleShow();
$('#issue-edit-title,.issue-edit-content,.issue-edit-cancel,.issue-edit-save').toggleHide();
- })
+ });
}());
// issue ajax update