mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
$(window).on('load',function(){
|
|
if (window.innerWidth < 800) {
|
|
$('#swipeTableModal').modal('show');
|
|
}
|
|
}); |