From e0efdee8b2a2ba2ee1b86cfb2b7863a88877c00e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 19 Nov 2008 04:14:09 +0000 Subject: Fix /item -> /items to conform to new REST api. --- core/views/in_place_edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/views/in_place_edit.html.php b/core/views/in_place_edit.html.php index 8d60df64..75500625 100644 --- a/core/views/in_place_edit.html.php +++ b/core/views/in_place_edit.html.php @@ -5,7 +5,7 @@ $(document).ready(function() { return function(value, settings) { var post_data = {'__return': settings.name}; post_data[settings.name] = value; - $.post("".replace("__ID__", id), + $.post("".replace("__ID__", id), post_data, function(data, textStatus) { if (textStatus == "success") { -- cgit v1.2.3