'+ Drupal.settings.cleanURL.testing +"
");
$("#clean-url.install").css("display", "block");
$.ajax({url: location.protocol +"//"+ location.host + url, type: "GET", data: " ", complete: function(response) {
=== modified file 'modules/upload/upload.module'
--- modules/upload/upload.module 2007-09-06 15:31:48 +0000
+++ modules/upload/upload.module 2007-09-12 08:15:27 +0000
@@ -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;
=== modified file 'modules/user/user.js'
--- modules/user/user.js 2007-08-07 08:39:35 +0000
+++ modules/user/user.js 2007-09-12 08:15:27 +0000
@@ -181,7 +181,7 @@ Drupal.setDefaultTimezone = function() {
* "Picture support" radio buttons.
*/
Drupal.behaviors.userSettings = function (context) {
- $('div.user-admin-picture-radios input[@type=radio]:not(.userSettings-processed)', context).addClass('userSettings-processed').click(function () {
+ $('div.user-admin-picture-radios input[type=radio]:not(.userSettings-processed)', context).addClass('userSettings-processed').click(function () {
$('div.user-admin-picture-settings', context)[['hide', 'show'][this.value]]();
});
};