X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fjsdemo%2Fexample_client.js;h=19f21d3768239e2a0cef4732ee612fbbd5db51cf;hb=cde18b5cd750b515e663d3373d4ea44ce67a445c;hp=449a362a0b3d0bd4638b25d74aa8fc9fc29fb851;hpb=480d954608a96870d651ec7e91ac63cb29a4a076;p=pazpar2-moved-to-github.git diff --git a/www/jsdemo/example_client.js b/www/jsdemo/example_client.js index 449a362..19f21d3 100644 --- a/www/jsdemo/example_client.js +++ b/www/jsdemo/example_client.js @@ -344,7 +344,7 @@ function drawCurDetails () var recordDiv = document.getElementById('recdiv_'+data.recid); var details = ""; if (data["md-title"] != undefined) - details += 'Ttle: '+data["md-title"] + ''; + details += 'Title: '+data["md-title"] + ''; if (data["md-date"] != undefined) details += 'Date: ' + data["md-date"] + ''; if (data["md-author"] != undefined)