Skip to content

Commit c1719df

Browse files
agau-odoobso-odoo
authored andcommitted
option_sequence: remove unused MEDIA_URL
1 parent 5566e5b commit c1719df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

addons/html_builder/static/src/utils/option_sequence.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,14 @@ export function before(position) {
9696
const SNIPPET_SPECIFIC = DEFAULT;
9797
const [
9898
REPLACE_MEDIA,
99-
MEDIA_URL,
10099
FONT_AWESOME,
101100
IMAGE_TOOL,
102101
ALIGNMENT_STYLE_PADDING,
103102
DYNAMIC_SVG,
104103
AFTER_HTML_BUILDER,
105104
SNIPPET_SPECIFIC_BEFORE,
106105
...__DETECT_ERROR_1__
107-
] = splitBetween(BEGIN, SNIPPET_SPECIFIC, 8);
106+
] = splitBetween(BEGIN, SNIPPET_SPECIFIC, 7);
108107
if (__DETECT_ERROR_1__.length > 0) {
109108
console.error("Wrong count in split before default");
110109
}
@@ -118,7 +117,6 @@ if (__DETECT_ERROR_2__.length > 0) {
118117
export {
119118
BEGIN,
120119
REPLACE_MEDIA,
121-
MEDIA_URL,
122120
FONT_AWESOME,
123121
IMAGE_TOOL,
124122
ALIGNMENT_STYLE_PADDING,

0 commit comments

Comments
 (0)