BUG 0000 User Experience (single app option added) 1st commit

- login added
- "single application" option added
- simplified improved
This commit is contained in:
Erik Amaru Ortiz
2012-02-24 19:32:24 -04:00
parent 04abe5f19f
commit f8ab55a061
133 changed files with 24507 additions and 1539 deletions

View File

@@ -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;