Touched up frame work
This commit is contained in:
@ -576,11 +576,11 @@ $(document).ready(function(){
|
|||||||
isInitRun = true;
|
isInitRun = true;
|
||||||
editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds;
|
editorValue = (codeStorage.isAlive())? codeStorage.getEditorValue() : allSeeds;
|
||||||
myCodeMirror.setValue(editorValue.replace(/fccss/gi, '<script>').replace(/fcces/gi, "</script>"));
|
myCodeMirror.setValue(editorValue.replace(/fccss/gi, '<script>').replace(/fcces/gi, "</script>"));
|
||||||
if(typeof $preview.html() !== 'undefined') {
|
if(typeof $preview.html() !== 'undefined' && isInitRun) {
|
||||||
$preview.load(function(){
|
$preview.load(function(){
|
||||||
bonfireExecute(false);
|
bonfireExecute(true);
|
||||||
});
|
});
|
||||||
} else{
|
} else{
|
||||||
bonfireExecute(false);
|
bonfireExecute(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user