diff --git a/applications/admin/static/js/web2py.js b/applications/admin/static/js/web2py.js index 43d4f691..67cf07f5 100644 --- a/applications/admin/static/js/web2py.js +++ b/applications/admin/static/js/web2py.js @@ -269,7 +269,7 @@ var link = $(this); link.click(function (e) { web2py.hide_flash(); - web2py.ajax_page('get', link.attr('href'), [], target); + web2py.ajax_page('get', link.attr('href'), [], target, $(this)); e.preventDefault(); }); }); diff --git a/applications/examples/static/js/web2py.js b/applications/examples/static/js/web2py.js index 43d4f691..67cf07f5 100644 --- a/applications/examples/static/js/web2py.js +++ b/applications/examples/static/js/web2py.js @@ -269,7 +269,7 @@ var link = $(this); link.click(function (e) { web2py.hide_flash(); - web2py.ajax_page('get', link.attr('href'), [], target); + web2py.ajax_page('get', link.attr('href'), [], target, $(this)); e.preventDefault(); }); }); diff --git a/applications/welcome/static/js/web2py.js b/applications/welcome/static/js/web2py.js index 43d4f691..67cf07f5 100644 --- a/applications/welcome/static/js/web2py.js +++ b/applications/welcome/static/js/web2py.js @@ -269,7 +269,7 @@ var link = $(this); link.click(function (e) { web2py.hide_flash(); - web2py.ajax_page('get', link.attr('href'), [], target); + web2py.ajax_page('get', link.attr('href'), [], target, $(this)); e.preventDefault(); }); });