Drop jquery.mobile

All that code, just for swipe. Nah...
This commit is contained in:
Henne Vogelsang 2022-02-15 16:25:38 +01:00
parent 0fb080441a
commit e79cfe0f91
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
4 changed files with 0 additions and 20 deletions

View file

@ -67,14 +67,6 @@
}
});
// carousel swipe
$(".carousel-inner").swiperight(function() {
$(this).parent().carousel('prev');
});
$(".carousel-inner").swipeleft(function() {
$(this).parent().carousel('next');
});
var day = "#{@current_day}";
// we only go to the date tag in the url if the conference is not taking place now
if(day === ""){