windhamdavid 10 years ago
parent
commit
25281af782
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/init.js

+ 2 - 2
js/init.js

@@ -51,7 +51,7 @@ $(function dw_set_cookie() {
 		$('.terminal').on('hidden.bs.modal', function () {
 		    dw_caro();
 			$('.first-slide').css('visibility','visible');
-		})	
+		});
 	}
 });
 	
@@ -60,7 +60,7 @@ function dw_shift() {
 	$('.terminal-welcome').on('hidden.bs.modal', function () {
 	    dw_caro();
 		$('.first-slide').css('visibility','visible');
-	})
+	});
 }