14 lines
384 B
PHP
Executable File
14 lines
384 B
PHP
Executable File
<script>
|
|
if ( typeof parent != 'undefined' && typeof parent.parent != 'undefined') {
|
|
if ( typeof parent.parent.Ext != 'undefined') {
|
|
var debugPanel = parent.parent.Ext.getCmp('debugPanel');
|
|
|
|
debugPanel.show();
|
|
debugPanel.ownerCt.doLayout();
|
|
debugPanel.expand();
|
|
|
|
parent.parent.propStore.load();
|
|
parent.parent.triggerStore.load();
|
|
}
|
|
}
|
|
</script> |