summaryrefslogtreecommitdiff
path: root/modules/system/system.js
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-09-12 18:29:32 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-09-12 18:29:32 +0000
commit21ac9f1917595492fa9997e565bf11ec8d8cd14f (patch)
treec90c3c454de850d5a315f5a4cae2404e87a56b94 /modules/system/system.js
parentb3fe5b9cbff70dd29a574e6770f32bcb48c6a78c (diff)
downloadbrdo-21ac9f1917595492fa9997e565bf11ec8d8cd14f.tar.gz
brdo-21ac9f1917595492fa9997e565bf11ec8d8cd14f.tar.bz2
#174708 by multiple contributors: update jQuery to 1.2
Diffstat (limited to 'modules/system/system.js')
-rw-r--r--modules/system/system.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.js b/modules/system/system.js
index d261b49e1..2db886eee 100644
--- a/modules/system/system.js
+++ b/modules/system/system.js
@@ -41,7 +41,7 @@ Drupal.behaviors.cleanURLsSettingsCheck = function(context) {
*/
Drupal.cleanURLsInstallCheck = function() {
var pathname = location.pathname +"";
- var url = pathname.replace(/\/[^/]*$/, "/") +"node";
+ var url = pathname.replace(/\/[^\/]*$/, "/") +"node";
$("#clean-url .description").append('<span><div id="testing">'+ Drupal.settings.cleanURL.testing +"</div></span>");
$("#clean-url.install").css("display", "block");
$.ajax({url: location.protocol +"//"+ location.host + url, type: "GET", data: " ", complete: function(response) {