From bee3bee8f3529cd9f9601f68b708b41185d64927 Mon Sep 17 00:00:00 2001 From: cominch Date: Wed, 15 Feb 2012 15:30:53 +0100 Subject: [PATCH] Small fix - return value of JSON should be empty --- htroot/interaction/interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/interaction/interaction.js b/htroot/interaction/interaction.js index 921cdaf64..2a79cba32 100644 --- a/htroot/interaction/interaction.js +++ b/htroot/interaction/interaction.js @@ -44,7 +44,7 @@ function storevalue (s, p, o) { function loadvalue (s, p) { - var res = {result: "no result"}; + var res = {result: ""}; $.ajaxSetup({async: false});