Index: activeselect.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/activeselect/activeselect.module,v
retrieving revision 1.9
diff -u -p -r1.9 activeselect.module
--- activeselect.module	5 Jan 2007 15:57:53 -0000	1.9
+++ activeselect.module	21 Jan 2008 17:56:55 -0000
@@ -48,6 +48,7 @@ function activeselect_explode_values($st
 }
 
 function activeselect_set_header_nocache() {
+  drupal_set_header('Content-type: text/javascript; charset=utf-8');
   header("Expires: Sun, 19 Nov 1978 05:00:00 GMT");
   header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
   header("Cache-Control: no-store, no-cache, must-revalidate");
