* check for param.as == "url" and/or param.as == "link" wherevery it (hopefully) makes sense
* cleaned up a little bit (code, comments)
This commit is contained in:
parent
c42c959be7
commit
94cb4c0a22
7 changed files with 53 additions and 19 deletions
|
@ -113,7 +113,8 @@ function setContent(newContent) {
|
|||
// set rawcontent property used for searching
|
||||
res.push();
|
||||
for (var i in newContent) {
|
||||
res.write(newContent[i]+'\r\n');
|
||||
res.write(newContent[i]);
|
||||
res.write("\r\n");
|
||||
}
|
||||
this.rawcontent = res.pop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue