Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging

This commit is contained in:
Quincy Larson
2015-08-19 18:12:42 -07:00

View File

@ -260,7 +260,7 @@ var resetEditor = function resetEditor() {
updatePreview(); updatePreview();
codeStorage.updateStorage(); codeStorage.updateStorage();
}; };
/*
var challengeSeed = challengeSeed || null; var challengeSeed = challengeSeed || null;
var allSeeds = ''; var allSeeds = '';
(function() { (function() {
@ -274,4 +274,4 @@ var allSeeds = '';
}, 200); }, 200);
})(); })();
})(); })();
*/