File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
addons/html_builder/static/src/utils Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,14 @@ export function before(position) {
96
96
const SNIPPET_SPECIFIC = DEFAULT ;
97
97
const [
98
98
REPLACE_MEDIA ,
99
- MEDIA_URL ,
100
99
FONT_AWESOME ,
101
100
IMAGE_TOOL ,
102
101
ALIGNMENT_STYLE_PADDING ,
103
102
DYNAMIC_SVG ,
104
103
AFTER_HTML_BUILDER ,
105
104
SNIPPET_SPECIFIC_BEFORE ,
106
105
...__DETECT_ERROR_1__
107
- ] = splitBetween ( BEGIN , SNIPPET_SPECIFIC , 8 ) ;
106
+ ] = splitBetween ( BEGIN , SNIPPET_SPECIFIC , 7 ) ;
108
107
if ( __DETECT_ERROR_1__ . length > 0 ) {
109
108
console . error ( "Wrong count in split before default" ) ;
110
109
}
@@ -118,7 +117,6 @@ if (__DETECT_ERROR_2__.length > 0) {
118
117
export {
119
118
BEGIN ,
120
119
REPLACE_MEDIA ,
121
- MEDIA_URL ,
122
120
FONT_AWESOME ,
123
121
IMAGE_TOOL ,
124
122
ALIGNMENT_STYLE_PADDING ,
You can’t perform that action at this time.
0 commit comments