picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 949775dd65ca9ae0f231c529a886af5e5b795a82
parent 8233cc4566d3f63b93462ec8a2c33434cb4064e0
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri,  2 Dec 2011 07:08:06 +0100

Minor formatting
Diffstat:
Mlib/form.js | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/form.js b/lib/form.js @@ -1,4 +1,4 @@ -/* 01dec11abu +/* 02dec11abu * (c) Software Lab. Alexander Burger */ @@ -369,10 +369,10 @@ function hintKey(field, event, tok, coy) { } try { HintReq.open("POST", - ((i = field.form.action.indexOf("~")) <= 0? "" : - field.form.action.substr(0, i+1) ) + - ((i = field.id.lastIndexOf("-")) < 0? "!jsHint?$" + field.id : - "!jsHint?+" + field.id.substr(i+1) ) ); + ((i = field.form.action.indexOf("~")) <= 0? + "" : field.form.action.substr(0, i+1) ) + + ((i = field.id.lastIndexOf("-")) < 0? + "!jsHint?$" + field.id : "!jsHint?+" + field.id.substr(i+1) ) ); } catch (e) {return true;} HintReq.onreadystatechange = function() {