Skip to content
Snippets Groups Projects
Commit 2a89f0c7 authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[REV] "[FIX] website: language prefixed URL on website"


This reverts commit 5324284f
This reverts commit ad826f56.

If for example we had in a template:

 <script type="text/javascript" src="/payment_stripe/static/src/js/stripe.js"></script>

it has been reproduced to be gotten as:

 <script type="text/javascript" src="/de_DE/payment_stripe/static/src/js/stripe.js"></script>

which is unexpected and could cause an error.
closes #32090

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent d3bd48d6
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment