From: Joonas Lehtinen Date: Fri, 15 Jun 2007 11:24:09 +0000 (+0000) Subject: comment change X-Git-Tag: 6.7.0.beta1~6241 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=484590af378a69aace37a9c5a0e95a1a7741ac8a;p=vaadin-framework.git comment change svn changeset:1745/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java b/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java index fb737e60b3..45c9e9c80d 100644 --- a/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java +++ b/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java @@ -350,7 +350,6 @@ public class AjaxApplicationManager implements outWriter.print("}, \"resources\" : {"); // Precache custom layouts - // TODO Rewrite this to print to outWriter a custom json attribute. Don't use paintTarget !! // TODO Does not support theme-get param or different themes in different windows -> Allways preload layouts with the theme specified by the applications String themeName = application.getTheme() != null ? application.getTheme() : ApplicationServlet.DEFAULT_THEME; // TODO We should only precache the layouts that are not cached already