diff --git a/modules/system/assets/js/framework.js b/modules/system/assets/js/framework.js index c673a73f4..7646a913a 100644 --- a/modules/system/assets/js/framework.js +++ b/modules/system/assets/js/framework.js @@ -387,7 +387,7 @@ if (window.jQuery.request !== undefined) { $.fn.request.Constructor = Request $.request = function(handler, option) { - return $('
').request(handler, option) + return $(document).request(handler, option) } // REQUEST NO CONFLICT