Revision ada737a8 src/gr/grnet/pithos/web/client/Pithos.java

b/src/gr/grnet/pithos/web/client/Pithos.java
778 778
	}
779 779
	
780 780
	native boolean isCloudbarReady()/*-{
781
		if ($wnd.$("div.servicesbar") && $wnd.$("div.servicesbar").height() > 0)
781
		if ($wnd.$("div.cloudbar") && $wnd.$("div.cloudbar").height() > 0)
782 782
			return true;
783 783
		return false;
784 784
	}-*/;

Also available in: Unified diff