Added missing project_container variable.

This commit is contained in:
Sybren A. Stüvel 2017-09-28 17:43:48 +02:00
parent 923cbe62d1
commit e4fff8df81

View File

@ -81,6 +81,7 @@ script.
});
/* UI Stuff */
var project_container = document.getElementById('project-container');
$(window).on("load resize",function(){
containerResizeY($(window).height());