windhamdavid 9 years ago
parent
commit
7d33ba31d8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      js/init.js

+ 3 - 3
js/init.js

@@ -7,8 +7,8 @@ $(window).bind('load', function() {
 });
 
 $(function () {
-  $('[data-toggle="tooltip"]').tooltip()
-})
+	$('[data-toggle="tooltip"]').tooltip();
+});
 
 /*============================================
 		      Welcome Cookies
@@ -242,7 +242,7 @@ function dw_caro_hide(){
 		$('.leader').delay(1000).queue(function(scrollit){
 		    $('.posts-front').ScrollTo({
 				duration: 1000,
-				easing: 'linear',	
+				easing: 'linear'	
 		    });
 		});
 		$('#caro-lead').carousel('pause');