mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
12 lines
No EOL
122 B
JavaScript
12 lines
No EOL
122 B
JavaScript
|
|
|
|
|
|
function NextSlide()
|
|
{
|
|
$('.swiper-button-next').click();
|
|
}
|
|
|
|
function PreSlide()
|
|
{
|
|
$('.swiper-button-prev').click();
|
|
} |