From d093dba7c02dbc9fc5a9557fa428efab2eb84365 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Tue, 8 Dec 2020 22:22:23 +0100 Subject: [PATCH] Remove deprecated javascript_version from frontend docs (#15857) --- source/_integrations/frontend.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index 0173fbc9f71..f7ce0db349c 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -19,11 +19,6 @@ frontend: ``` {% configuration %} - javascript_version: - description: "DEPRECATED, it is now done using feature detection in the browser. Version of the JavaScript to serve to clients. Options: `es5` - transpiled so old browsers understand it. `latest` - not transpiled, so will work on recent browsers only. `auto` - select a version according to the browser user-agent. The value in the configuration can be overiden by putting `es5` or `latest` in the URL. For example `http://localhost:8123/states?es5` " - required: false - type: string - default: auto themes: description: Allow to define different themes. See below for further details. required: false