From 21ac9f1917595492fa9997e565bf11ec8d8cd14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 12 Sep 2007 18:29:32 +0000 Subject: #174708 by multiple contributors: update jQuery to 1.2 --- modules/upload/upload.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index becab2228..7fefac962 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -585,7 +585,7 @@ function upload_js() { $output = theme('status_messages') . drupal_render($form); // We send the updated file attachments form. - // Don't call drupal_json(). upload.js uses an iframe and + // Don't call drupal_json(). ahah.js uses an iframe and // the header output by drupal_json() causes problems in some browsers. print drupal_to_js(array('status' => TRUE, 'data' => $output)); exit; -- cgit v1.2.3