X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/8a59623d303386b587ea30f8170cd0c66ec5d196..bf33c9ca85d7668e07e0a98d7af0be131d665b31:/skins/cart_widgets.js diff --git a/skins/cart_widgets.js b/skins/cart_widgets.js index 9615bc9..9f59306 100644 --- a/skins/cart_widgets.js +++ b/skins/cart_widgets.js @@ -1,10 +1,7 @@ /* -* © 2009 Luxia SAS. All rights reserved. -* Contributors -* — Benoît Pin -* -* -* +* 2009 Benoit Pin - MINES ParisTech +* http://plinn.org +* Licence GPL */ @@ -22,7 +19,7 @@ CartWidget = function(slide, url) { req.send(null); hideProgressImage(); - if (req.status != 200){ + if (req.status !== 200){ alert(req.status); return; } @@ -30,12 +27,12 @@ CartWidget = function(slide, url) { var wdgtNode = this.wdgtNode = getCopyOfNode(doc); slide.appendChild(wdgtNode); - var descriptions = this.descriptions = new Array(); + var descriptions = this.descriptions = []; var divs = wdgtNode.getElementsByTagName('div'); - var d; - for (var i=0; i