Author: jfthomps
Date: Tue Apr 6 18:14:49 2010
New Revision: 931252
URL: http://svn.apache.org/viewvc?rev=931252&view=rev
Log:
VCL-98
removed hideResStatusPane because it is no longer used
Modified:
incubator/vcl/trunk/web/js/code.js
Modified: incubator/vcl/trunk/web/js/code.js
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/code.js?rev=931252&r1=931251&r2=931252&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/code.js (original)
+++ incubator/vcl/trunk/web/js/code.js Tue Apr 6 18:14:49 2010
@@ -106,10 +106,6 @@ Array.prototype.search = function(data)
return false;
}
-function hideResStatusPane() {
- dojo.widget.byId('resStatusPane').minimizeWindow();
-}
-
var genericCB = function(type, data, evt) {
unsetLoading();
var regex = new RegExp('^<!DOCTYPE html');