Index: js/parent.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/modalframe/js/Attic/parent.js,v
retrieving revision 1.1.2.13
diff -u -r1.1.2.13 parent.js
--- js/parent.js	20 Sep 2009 18:42:49 -0000	1.1.2.13
+++ js/parent.js	22 Dec 2009 17:57:20 -0000
@@ -103,6 +103,8 @@
     $('.modalframe').fadeIn('slow', function() {
       // Load the document on hidden iframe (see bindChild method).
       self.load(self.options.url);
+      // Kill the spinner.
+      $('#modalframe-container').css('background', 'none');
     });
 
     // Enable auto resize feature?
