otsdaq_utilities  v2_05_02_indev
Globals.js
1 //=====================================================================================
2 //
3 // Created Feb, 2013
4 // by Ryan Rivera ((rrivera at fnal.gov))
5 //
6 // Globals.js
7 //
8 // Any values or constants that are used throughout the desktop and window content code
9 // should be here. This keeps the desktop and window content code consistent.
10 //
11 //=====================================================================================
12 
13 var Globals = Globals || {}; //define Globals namespace
14 
15 
16 Globals.REQ_NO_PERMISSION_RESPONSE = "NoPermission";
17 Globals.REQ_NO_LOGIN_RESPONSE = "NoLogin";
18 Globals.REQ_USER_LOCKOUT_RESPONSE = "UserLockout";
19 Globals.REQ_LOCK_REQUIRED_RESPONSE = "LockRequired";