BUG 6772 Fix error javascript code editor.

This commit is contained in:
Hector Cortez
2011-04-29 10:45:31 -04:00
parent 11f57e31a8
commit af1ca150cb

View File

@@ -25,8 +25,9 @@ var dynaformEditor={
mainPanel.elements.headerBar.appendChild(this.toolbar); mainPanel.elements.headerBar.appendChild(this.toolbar);
mainPanel.events.remove = function(){ mainPanel.events.remove = function(){
} }
this.changeToJavascripts();
this.refresh_preview(); this.refresh_preview();
this.changeToJavascripts();
this.changeToPreview();
}, },
_review:function() _review:function()
{ {