mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-10 19:01:13 -04:00
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
extends ../layout-wide
|
|
block content
|
|
iframe#wikiFrame(frameborder='no')
|
|
script.
|
|
var lang = window.location.toString().match(/\/\w{2}\//);
|
|
lang = (lang) ? lang[0] : '/en/';
|
|
$('#wikiFrame').attr('src','//freecodecamp.github.io/wiki' + lang);
|