From: Mike Taylor Date: Sun, 30 Jun 2013 07:51:27 +0000 (+0100) Subject: More whitespace for consistency. X-Git-Tag: 0.9.1~402 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9be3659050370303cf91cb8b74303466565e455b More whitespace for consistency. --- diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index 1e2546f..e7217ad 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -167,9 +167,9 @@ function my_onterm(data) { termlists.push('
'); termlists.push('
' + M('Sources') + '
'); for (var i = 0; i < data.xtargets.length && i < SourceMax; i++ ) { - termlists.push('' + termlists.push('' + data.xtargets[i].name - + ' (' + + ' (' + data.xtargets[i].freq + ')
'); } @@ -180,7 +180,7 @@ function my_onterm(data) { for (var i = 0; i < data.subject.length && i < SubjectMax; i++ ) { termlists.push('' + data.subject[i].name - + ' (' + + ' (' + data.subject[i].freq + ')
'); } @@ -190,10 +190,10 @@ function my_onterm(data) { termlists.push('
' + M('Authors') + '
'); for (var i = 0; i < data.author.length && i < AuthorMax; i++ ) { termlists.push('' - + data.author[i].name - + ' (' - + data.author[i].freq - + ')
'); + + data.author[i].name + + ' (' + + data.author[i].freq + + ')
'); } termlists.push('
');