From 917897749014c79f2b95f20a9f0263510cf0f637 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 15 Jun 2015 10:40:47 -0700 Subject: [PATCH] Expose the type information for people's JavaScript For people doing JavaScript based page manipulation from JavaScript for quick UI hack/prototyping, information about what the page is about is useful, even if it's not completely reliable (e.g., the top page reporting it's for AllView not for Hudson) --- core/src/main/resources/lib/layout/layout.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/lib/layout/layout.jelly b/core/src/main/resources/lib/layout/layout.jelly index f5f1769da2..7bbbbca502 100644 --- a/core/src/main/resources/lib/layout/layout.jelly +++ b/core/src/main/resources/lib/layout/layout.jelly @@ -159,7 +159,7 @@ ${h.initPageVariables(context)} - + -- GitLab