diff --git a/src/templates/nodes/custom/post/view.pug b/src/templates/nodes/custom/post/view.pug index 52547fee..8c09c30e 100644 --- a/src/templates/nodes/custom/post/view.pug +++ b/src/templates/nodes/custom/post/view.pug @@ -81,6 +81,7 @@ script. }); /* UI Stuff */ + var project_container = document.getElementById('project-container'); $(window).on("load resize",function(){ containerResizeY($(window).height());