Small fix - return value of JSON should be empty

pull/1/head
cominch 13 years ago committed by Michael Peter Christen
parent ff4ba3ee05
commit bee3bee8f3

@ -44,7 +44,7 @@ function storevalue (s, p, o) {
function loadvalue (s, p) {
var res = {result: "no result"};
var res = {result: ""};
$.ajaxSetup({async: false});

Loading…
Cancel
Save