]> source.dussan.org Git - gitea.git/commitdiff
Semicolons for consistency ;);
authorAndrew Patton <andrew@acusti.ca>
Fri, 25 Jul 2014 21:51:41 +0000 (17:51 -0400)
committerAndrew Patton <andrew@acusti.ca>
Fri, 25 Jul 2014 21:51:41 +0000 (17:51 -0400)
public/js/app.js

index dba83f384cd3ea45fef3903f87594094ea660144..e153ef813cfe19f1b6d0ec1084d929e4d6c085a9 100644 (file)
@@ -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