You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/03/02 20:46:03 UTC

svn commit: r1296411 - /incubator/vcl/trunk/web/js/requests.js

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;