diff --git a/public/script.js b/public/script.js index 7b4a075..b63e05b 100644 --- a/public/script.js +++ b/public/script.js @@ -5,6 +5,8 @@ function load_config() { $.get(window.location.href + "config", function(data) { // Set the title. $(".title-wrapper .left span").text(data.task_list_title); + // Set the title width. + $(".title-wrapper .left").width(data.task_list_title_width); // Set up the item list. var $this = $("ul.task-list").empty();