We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d3c6d commit 01a4d41Copy full SHA for 01a4d41
vanilla/js/embed.js
@@ -297,8 +297,7 @@
297
vanillaIframe.id = "vanilla" + id;
298
vanillaIframe.name = "vanilla" + id;
299
vanillaUrl(currentPath);
300
- vanillaIframe.src =
301
- "https://vanilla.topcoder-dev.com/?remote=https://local.topcoder-dev.com/forums&locale=";
+ //vanillaIframe.src = "https://vanilla.topcoder-dev.com/?remote=https://local.topcoder-dev.com/forums&locale=";
302
vanillaIframe.scrolling = "yes";
303
vanillaIframe.frameBorder = "0";
304
vanillaIframe.allowTransparency = true;
0 commit comments