Index: popups.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/popups/popups.js,v
retrieving revision 1.9.8.15
diff -u -r1.9.8.15 popups.js
--- popups.js	26 Mar 2009 17:30:54 -0000	1.9.8.15
+++ popups.js	24 Oct 2009 00:36:41 -0000
@@ -754,10 +754,7 @@
         type: 'GET',
         url: src,
         dataType: 'script',
-        async : false,
-        success: function(script) {
-          eval(script);
-        }
+        async : false
       });
       // Mark the js as added to the underlying page.
       Popups.addedJS[src] = true;

