Skip to content
Snippets Groups Projects
Commit 6f643252 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] website: restore compatibility with RC1 templates for commit...

[FIX] website: restore compatibility with RC1 templates for commit 77c41cc5
parent edf679cf
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,9 @@
// display button if they are at least one editable zone in the page (check the branding)
if (!!$('[data-oe-model]').size()) {
$("#oe_editzone").show();
//backwards compatibility with 8.0RC1 templates - Drop next line in master!
$("#oe_editzone button").show();
}
if ($('html').data('website-id')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment