jquery ajax: closes #2842.
authorAriel Flesler <aflesler@gmail.com>
Wed, 14 May 2008 19:50:24 +0000 (19:50 +0000)
committerAriel Flesler <aflesler@gmail.com>
Wed, 14 May 2008 19:50:24 +0000 (19:50 +0000)
src/ajax.js

index 1a32b45..bf6c464 100644 (file)
@@ -141,6 +141,7 @@ jQuery.extend({
        },
 
        ajaxSettings: {
+               url: location.href,
                global: true,
                type: "GET",
                timeout: 0,