From 9a29f6cc32addab542b894b0ed64a763e8ee6c90 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 6 Nov 2011 21:12:36 +0000 Subject: [PATCH] catch another global var --- static/js/pandora/contactForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/contactForm.js b/static/js/pandora/contactForm.js index dae1b6fe..df8f03ba 100644 --- a/static/js/pandora/contactForm.js +++ b/static/js/pandora/contactForm.js @@ -140,7 +140,7 @@ pandora.ui.contactForm = function() { } }) - .appendTo(that); + .appendTo(that), $text = $('
') .css({width: width + 'px'})