HEX
Server: LiteSpeed
System: Linux premium267.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: predezso (1249)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/predezso/prediksijitumacau.com/wp-content/plugins/yoast-test-helper/assets/js/main.js
document.addEventListener('DOMContentLoaded', function() {
    const grid = document.querySelector( "#yoast_masonry" );
    const msnry = new Masonry( grid, {
        itemSelector: ".wpseo_test_block",
        columnWidth: ".wpseo_test_block",
        percentPosition: true,
        gutter: 10
    });

    const button = document.getElementById('wpseo_wo_btn');
    const wrapper = document.getElementById('wpseo_wo');
    button.addEventListener("dblclick", function() {
        msnry.layout();
        msnry.reloadItems()
        wrapper.classList.toggle("active")
        msnry.layout();
    })
})