'+ Drupal.settings.cleanURL.testing +"
");
$("#clean-url.install").css("display", "block");
$.ajax({url: location.protocol +"//"+ location.host + url, type: "GET", data: " ", complete: function(response) {
Index: modules/user/user.js
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.js,v
retrieving revision 1.5
diff -u -d -F^\s*function -r1.5 user.js
--- modules/user/user.js 7 Aug 2007 08:39:36 -0000 1.5
+++ modules/user/user.js 11 Sep 2007 20:51:17 -0000
@@ -181,7 +181,7 @@
* "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]]();
});
};