From b87b1f17998c06bc1a0640b645961b6d32948973 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Tue, 7 Jan 2014 15:45:10 -0800 Subject: [PATCH] made the content type customizable --- core/src/main/resources/lib/layout/ajax.jelly | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/layout/ajax.jelly b/core/src/main/resources/lib/layout/ajax.jelly index 20f7b74a8e..1a28a401ef 100644 --- a/core/src/main/resources/lib/layout/ajax.jelly +++ b/core/src/main/resources/lib/layout/ajax.jelly @@ -34,15 +34,23 @@ THE SOFTWARE. --> + + Sets up the same 'global' variables that the l:layout tag does for content loaded by AJAX scripts. + + + Content-type of the response page. This will be ignored if this tag is encountered while + evaluating a page that has called l:layout tag. + + - + - + ${h.initPageVariables(context)} -- GitLab