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

This commit is contained in:
Quincy Larson
2015-08-19 18:20:04 -07:00

View File

@ -252,7 +252,7 @@ var allSeeds = '';
editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds; editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds;
editor.setValue(editorValue); editor.setValue(editorValue.replace(/\<script\>/gi, 'fccss').replace(/\<\/script\>/gi, 'fcces');
editor.refresh(); editor.refresh();
var resetEditor = function resetEditor() { var resetEditor = function resetEditor() {
@ -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);
})(); })();
})(); })();
*/