From d822a2374fab3947a3392ece6ee61682bcc72709 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 13 Nov 2010 16:51:31 -0500 Subject: [PATCH] The zippy now works. --- web_frontend/file.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web_frontend/file.js b/web_frontend/file.js index 8c0ee5c..6e0288d 100644 --- a/web_frontend/file.js +++ b/web_frontend/file.js @@ -182,10 +182,11 @@ armadillo.File.prototype.actorHandler_ = function(e) { e.stopPropagation(); if (!this.actor_.isInDocument()) this.actor_.render(this.element_); - if (!this.zippy_) + if (!this.zippy_) { this.zippy_ = new goog.ui.AnimatedZippy(this.title_, this.actor_.getElement(), false); - this.zippy_.toggle(); + this.zippy_.toggle(); + } }; /** -- 2.22.5