--- dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/11 13:47:59 2931 +++ dao/DaoAdresseVedligehold/src/main/webapp/index.html 2016/02/11 17:35:31 2932 @@ -2,6 +2,8 @@ + + @@ -18,6 +20,7 @@ + @@ -110,6 +113,10 @@ loadTasks(); setInterval(loadTasks, 5000); + $("#center").resizable({ + handles: 'e, w' + }); + $(document).on('click', '.viewlog', function(event) { // Bind future elements var taskid = $(this).attr('taskid');