Hey!
I'm trying to implement this piece of code that i wrote into laytheme;
https://codepen.io/Mariinus/pen/MmMGXx
Pasting it into Laytheme (with the <script> in custom html) doesn't make it function.
I've tried to add this to it, but neither did that work out.
window.laytheme.on("newpage", function(layoutObj, type, obj){
});
Do you guys have any suggestions on how to implement this?