diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-02 16:14:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-02 16:14:18 -0400 |
commit | edfbd7e1aa8f9f2cb789f45c0668a0d987e0b368 (patch) | |
tree | 9bf2477b03f969620baf550ef9fc6cbc2d83695f /debian | |
parent | 1289beb53ba11693cba6d74c5a7da5c29e7cf7fa (diff) | |
download | ikiwiki-edfbd7e1aa8f9f2cb789f45c0668a0d987e0b368.tar ikiwiki-edfbd7e1aa8f9f2cb789f45c0668a0d987e0b368.tar.gz |
toggle: Add javascript to top of page, not to end. This avoids flicker since closed toggles will not be displayed as the page is loading.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 314415788..e6ffa17de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ ikiwiki (2.52) UNRELEASED; urgency=low uploads by default. (An anti-DOS measure.) * toggle: Add support for toggles that are open by default. * toggle: Fix to work in preview mode. + * toggle: Add javascript to top of page, not to end. This avoids flicker + since closed toggles will not be displayed as the page is loading. -- Joey Hess <joeyh@debian.org> Mon, 30 Jun 2008 19:56:28 -0400 |