BUG 0000 User Experience (single app option added) 1st commit
- login added - "single application" option added - simplified improved
This commit is contained in:
@@ -915,9 +915,9 @@ var resendMessage = function(APP_UID, APP_MSG_UID)
|
||||
|
||||
function showdebug()
|
||||
{
|
||||
if ( typeof(parent) != 'undefined' ) {
|
||||
if ( typeof(parent.parent) != 'undefined' ) {
|
||||
if ( ! parent.parent.PANEL_EAST_OPEN ) {
|
||||
if ( typeof parent != 'undefined' && typeof parent.parent != 'undefined') {
|
||||
if ( typeof parent.parent.Ext != 'undefined') {
|
||||
if (!parent.parent.PANEL_EAST_OPEN ) {
|
||||
var debugPanel = parent.parent.Ext.getCmp('debugPanel');
|
||||
parent.parent.PANEL_EAST_OPEN = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user