Skip to content

Commit 01a4d41

Browse files
committed
Issues-6 (mfe-forums-app): fixed hard-coded values
1 parent c6d3c6d commit 01a4d41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vanilla/js/embed.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@
297297
vanillaIframe.id = "vanilla" + id;
298298
vanillaIframe.name = "vanilla" + id;
299299
vanillaUrl(currentPath);
300-
vanillaIframe.src =
301-
"https://vanilla.topcoder-dev.com/?remote=https://local.topcoder-dev.com/forums&locale=";
300+
//vanillaIframe.src = "https://vanilla.topcoder-dev.com/?remote=https://local.topcoder-dev.com/forums&locale=";
302301
vanillaIframe.scrolling = "yes";
303302
vanillaIframe.frameBorder = "0";
304303
vanillaIframe.allowTransparency = true;

0 commit comments

Comments
 (0)