Skip to content

Commit c6d3c6d

Browse files
committed
Issues-6 (mfe-forums-app): fixed body height
1 parent 769821b commit c6d3c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vanilla/js/embed.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
export default () => {
2+
//export default () => {
33
if (window.vanilla == undefined) window.vanilla = {};
44
window.vanilla_lazy_load = undefined
55

@@ -394,4 +394,4 @@ export default () => {
394394
error.appendChild(document.createTextNode("Failed to embed Vanilla: " + e));
395395
document.getElementById("vanilla-comments").appendChild(error);
396396
}
397-
};
397+
//};

0 commit comments

Comments
 (0)