From 7f64b480a5d404f0cb6f2326d3e4258ac41db430 Mon Sep 17 00:00:00 2001 From: carson Date: Mon, 5 Jul 2021 09:32:34 -0600 Subject: [PATCH] remove obsolete extension --- www/extensions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/www/extensions.md b/www/extensions.md index 4e504f4b..56c15a69 100644 --- a/www/extensions.md +++ b/www/extensions.md @@ -63,7 +63,6 @@ against `htmx` in each distribution | [`debug`](/extensions/debug) | an extension for debugging of a particular element using htmx | [`path-deps`](/extensions/path-deps) | an extension for expressing path-based dependencies [similar to intercoolerjs](http://intercoolerjs.org/docs.html#dependencies) | [`class-tools`](/extensions/class-tools) | an extension for manipulating timed addition and removal of classes on HTML elements -| [`rails-method`](/extensions/rails-method) | includes the `_method` parameter in requests for rails compatibility | [`remove-me`](/extensions/remove-me) | allows you to remove an element after a given amount of time | [`include-vals`](/extensions/include-vals) | allows you to include additional values in a request | [`ajax-header`](/extensions/ajax-header) | includes the commonly-used `X-Requested-With` header that identifies ajax requests in many backend frameworks