adding wiki as detached and integrating into .less folder

This commit is contained in:
Hallaathrad
2016-02-09 23:22:42 -05:00
parent 02662e98e2
commit fe422d2300
6 changed files with 41 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ $(document).ready(function() {
function showWiki() {
if (!main.isWikiAsideLoad) {
var wikiAside = $('<iframe>');
wikiAside.attr('src', 'http://beta.freecodecamp.com/wiki');
wikiAside.attr('src', 'http://freecodecamp.github.io/wiki'); /* <----------------------------------------- here */
$('.wiki-aside').append(wikiAside);
main.isWikiAsideLoad = true;
}