Author: jfthomps
Date: Fri Mar 2 19:46:02 2012
New Revision: 1296411
URL: http://svn.apache.org/viewvc?rev=1296411&view=rev
Log:
VCL-444
time delay the display of the Get RDP File button to allow vcld to grant access
forgot to attribute previous commit as code contributed by Gerhard Harti from
ODU
Modified:
incubator/vcl/trunk/web/js/requests.js
Modified: incubator/vcl/trunk/web/js/requests.js
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/requests.js?rev=1296411&r1=1296410&r2=1296411&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/requests.js (original)
+++ incubator/vcl/trunk/web/js/requests.js Fri Mar 2 19:46:02 2012
@@ -658,6 +658,7 @@ function submitRebReinstReservation() {
}
function showRDPbutton() {
+ // submitted by Gerhard Harti from ODU
if(! dojo.byId('counterdiv') || ! dojo.byId('connectdiv'))
return;
var timeInterval = 5;