|
@@ -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');
|