From: Magnus Hagander Date: Wed, 25 Sep 2024 19:37:15 +0000 (+0200) Subject: JQuery isn't needed anymore, so fix documentation about skinning X-Git-Url: http://git.postgresql.org/gitweb/delmail?a=commitdiff_plain;h=5b0c19aa254787f1ebbf00f33f577a90bdf0cfa3;p=pgeu-system.git JQuery isn't needed anymore, so fix documentation about skinning The JQuery requirement was removed in d9211618, but it seems we forgot to remove the documentation that it was required. Spotted by Kaiting Chen --- diff --git a/docs/confreg/skinning.md b/docs/confreg/skinning.md index acbd92ae..fd076692 100644 --- a/docs/confreg/skinning.md +++ b/docs/confreg/skinning.md @@ -37,8 +37,7 @@ subdirectory. ## Base template In the base template, the entire HTML structure should be defined. The -skin can do anything it wants with HTML, css and javascript. Note that -some pages rely on JQuery being present, so it should always be included. +skin can do anything it wants with HTML, css and javascript. The following blocks should be defined in the base template: