diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-21 12:36:52 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-21 12:36:52 +0200 |
commit | 50cf7035991aa0647affc2bc8aa60abcb6450605 (patch) | |
tree | ea391ad9ed59546065eb825e53cdc6f2fbe2bf96 | |
parent | dea1eff3d9e9781e5b92a326ad7df17d3ba8ba11 (diff) |
Sync with ikiwiki 3.20160121.ikiwiki
-rw-r--r-- | ikiwiki/ikiwiki.js | 4 | ||||
-rw-r--r-- | ikiwiki/relativedate.js | 4 | ||||
-rw-r--r-- | ikiwiki/toggle.js | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/ikiwiki/ikiwiki.js b/ikiwiki/ikiwiki.js index aebc5cf..e67d5df 100644 --- a/ikiwiki/ikiwiki.js +++ b/ikiwiki/ikiwiki.js @@ -1,3 +1,7 @@ +// © 2006-2010 Joey Hess +// Redistribution and use in source and compiled forms, with or without +// modification, are permitted under any circumstances. No warranty. +// // ikiwiki's javascript utility function library var hooks; diff --git a/ikiwiki/relativedate.js b/ikiwiki/relativedate.js index 2a270d6..e8643f4 100644 --- a/ikiwiki/relativedate.js +++ b/ikiwiki/relativedate.js @@ -1,3 +1,7 @@ +// © 2006-2010 Joey Hess +// Redistribution and use in source and compiled forms, with or without +// modification, are permitted under any circumstances. No warranty. +// // Causes html elements in the 'relativedate' class to be displayed // as relative dates. The date is parsed from the title attribute, or from // the element content. diff --git a/ikiwiki/toggle.js b/ikiwiki/toggle.js index d190b73..597a374 100644 --- a/ikiwiki/toggle.js +++ b/ikiwiki/toggle.js @@ -1,3 +1,7 @@ +// © 2006-2010 Joey Hess +// Redistribution and use in source and compiled forms, with or without +// modification, are permitted under any circumstances. No warranty. +// // Uses CSS to hide toggleables, to avoid any flashing on page load. The // CSS is only emitted after it tests that it's going to be able // to show the toggleables. |