I can't spell

This commit is contained in:
benmcmahon100
2015-08-25 20:48:46 +01:00
parent f3d4e7dec8
commit 5441c5848e

View File

@ -532,6 +532,6 @@ $('#submitButton').on('click', function() {
$(document).ready(function(){
editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds;
myCodeMirror.setValue(editorValue.replace(/fccsss/gi, '<script>').replace(/fcces/gi, "</script>"));
myCodeMirror.setValue(editorValue.replace(/fccss/gi, '<script>').replace(/fcces/gi, "</script>"));
bonfireExecute();
});