We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2270b commit 6191736Copy full SHA for 6191736
pdf/aws/_index.md
@@ -148,10 +148,6 @@ document.addEventListener('DOMContentLoaded', function() {
148
document.querySelectorAll('a.btn-warning[href="https://dashboard.aspose.cloud"]')
149
.forEach(btn => btn.href = "https://aws.amazon.com/marketplace/pp/prodview-zc64pent6p6lo");
150
}, 1000);
151
- var items = document.querySelectorAll('.carousel-item');
152
- if (items.length > 1) {
153
- items[1].classList.add('active');
154
- }
155
});
156
</script>
157
0 commit comments