I can't spell
This commit is contained in:
@ -532,6 +532,6 @@ $('#submitButton').on('click', function() {
|
|||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds;
|
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();
|
bonfireExecute();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user