From 2e83b8daa4106a75675652fea6d5feef42d33023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Sat, 17 Sep 2016 23:50:47 +0200 Subject: [PATCH] docs(forms): remove deprecated forms notice for js --- public/docs/js/latest/guide/forms.jade | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/docs/js/latest/guide/forms.jade b/public/docs/js/latest/guide/forms.jade index 6b08f641cc..f8fb0606db 100644 --- a/public/docs/js/latest/guide/forms.jade +++ b/public/docs/js/latest/guide/forms.jade @@ -1,11 +1,5 @@ include ../_util-fns -.alert.is-important - :marked - This guide is using the new forms API. - - The old forms API is deprecated, but we still maintain a separate version of the guide using the deprecated forms API here. - :marked We’ve all used a form to login, submit a help request, place an order, book a flight, schedule a meeting and perform countless other data entry tasks.