00001 //===================================================================================== 00002 // 00003 // Created Feb, 2013 00004 // by Ryan Rivera ((rrivera at fnal.gov)) 00005 // 00006 // Globals.js 00007 // 00008 // Any values or constants that are used throughout the desktop and window content code 00009 // should be here. This keeps the desktop and window content code consistent. 00010 // 00011 //===================================================================================== 00012 00013 var Globals = Globals || {}; //define Globals namespace 00014 00015 00016 Globals.REQ_NO_PERMISSION_RESPONSE = "NoPermission"; 00017 Globals.REQ_NO_LOGIN_RESPONSE = "NoLogin"; 00018 Globals.REQ_USER_LOCKOUT_RESPONSE = "UserLockout"; 00019 Globals.REQ_LOCK_REQUIRED_RESPONSE = "LockRequired";