X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Finclude%2Fphilter.js;h=e574de57c9ef16a9c4246e66f131fe9f8a7f7159;hb=1b874dc455449fca1b2185f8805e39edcb1f09ab;hp=41a9122fa09a615720fc9547e47c4f62800ff4b0;hpb=8294c7d200119afdfb56dbfe69765ea449bb8a06;p=old-projects.git diff --git a/philter/philter/include/philter.js b/philter/philter/include/philter.js index 41a9122..e574de5 100644 --- a/philter/philter/include/philter.js +++ b/philter/philter/include/philter.js @@ -26,6 +26,7 @@ function getElement(obj, index) { return document.getElementById(obj); if(document.all) return document.all[obj]; + return false; } /********** ORDER FORM FUNCTIONS **********/