From f0bf040afbadf07c21dc65495e344c0d2a25f9c3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 24 Jun 2025 21:50:52 +0200 Subject: Redact README and rebuild static docs --- docs/deps/headroom-0.11.0/jQuery.headroom.min.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/deps/headroom-0.11.0/jQuery.headroom.min.js (limited to 'docs/deps/headroom-0.11.0/jQuery.headroom.min.js') diff --git a/docs/deps/headroom-0.11.0/jQuery.headroom.min.js b/docs/deps/headroom-0.11.0/jQuery.headroom.min.js new file mode 100644 index 0000000..17f70c9 --- /dev/null +++ b/docs/deps/headroom-0.11.0/jQuery.headroom.min.js @@ -0,0 +1,7 @@ +/*! + * headroom.js v0.9.4 - Give your page some headroom. Hide your header until you need it + * Copyright (c) 2017 Nick Williams - http://wicky.nillia.ms/headroom.js + * License: MIT + */ + +!function(a){a&&(a.fn.headroom=function(b){return this.each(function(){var c=a(this),d=c.data("headroom"),e="object"==typeof b&&b;e=a.extend(!0,{},Headroom.options,e),d||(d=new Headroom(this,e),d.init(),c.data("headroom",d)),"string"==typeof b&&(d[b](),"destroy"===b&&c.removeData("headroom"))})},a("[data-headroom]").each(function(){var b=a(this);b.headroom(b.data())}))}(window.Zepto||window.jQuery); \ No newline at end of file -- cgit v1.2.1