Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter J

    (@jleeacculynx)

    @wfpeter
    here’s the smaller one: https://snipboard.io/9CvrGg.jpg

    The other file wouldn’t upload. I wonder if it’s too big. jpg of the screenshot is still 6.8MB. I cropped it down until it was 2MB and chopped off tons of the info an it’s still not uploading. Let me know if you have any ideas or if you need to see that one. I wonder if you would be able to reproduce this issue in a sandbox environment? It’s a free plugin.

    Thank you again for your attention.

    Thread Starter J

    (@jleeacculynx)

    Hi @wfpeter thank you for your reply. The “View Differences” show completely different results for the original vs modified. Here is an example of the original for wp-content/plugins/leadin/js/src/entries/elementor.js which has everything basically commented out:
    Before:

    import { initBackgroundApp } from '../utils/backgroundAppUtils'; 	
    // import { getContactProperties } from '../properties/propertiesApi'; 
    function init() { 
    // getContactProperties(); 
    }
    initBackgroundApp(init); 

    The “Modified” is 59 lines long with tons of code inside. I took a screenshot but don’t see how to attach a photo to this forum.

    wp-content/plugins/leadin/js/dist/elementor.js has more code but again it’s completely different in the before and after.

Viewing 2 replies - 1 through 2 (of 2 total)