Skip to content

Commit 5b0c19a

Browse files
committed
JQuery isn't needed anymore, so fix documentation about skinning
The JQuery requirement was removed in d921161, but it seems we forgot to remove the documentation that it was required. Spotted by Kaiting Chen
1 parent 91cddf4 commit 5b0c19a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/confreg/skinning.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ subdirectory.
3737
## Base template <a name="basetemplate"></a>
3838

3939
In the base template, the entire HTML structure should be defined. The
40-
skin can do anything it wants with HTML, css and javascript. Note that
41-
some pages rely on JQuery being present, so it should always be included.
40+
skin can do anything it wants with HTML, css and javascript.
4241

4342
The following blocks should be defined in the base template:
4443

0 commit comments

Comments
 (0)