Skip to content

Commit 6191736

Browse files
committed
revert
1 parent 4f2270b commit 6191736

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pdf/aws/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ document.addEventListener('DOMContentLoaded', function() {
148148
document.querySelectorAll('a.btn-warning[href="https://dashboard.aspose.cloud"]')
149149
.forEach(btn => btn.href = "https://aws.amazon.com/marketplace/pp/prodview-zc64pent6p6lo");
150150
}, 1000);
151-
var items = document.querySelectorAll('.carousel-item');
152-
if (items.length > 1) {
153-
items[1].classList.add('active');
154-
}
155151
});
156152
</script>
157153

0 commit comments

Comments
 (0)