~pidgeon690/pidge-events/trunk

« back to all changes in this revision

Viewing changes to Apps/Start/templates/start-search-new

  • Committer: Fergus Ross Ferrier
  • Date: 2009-03-21 12:30:37 UTC
  • mfrom: (271.1.1 project)
  • Revision ID: hello@fergusrossferrier.co.uk-20090321123037-t2irmlancesk3p2r
Peterhouse problem fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
        parts = keywords.split(';');
398
398
        //alert(keywords);
399
399
        for (var z=0; z<parts.length; z++) {
400
 
            tree.addToChildren(parts[z], newl);
 
400
            if (parts[z] != "") {
 
401
                    tree.addToChildren(parts[z], newl);
 
402
            }
401
403
        }
402
404
    }
403
405
    // Update the list
454
456
document.getElementById('txtbox').focus();
455
457
</script>
456
458
<div id='list'></div>
457
 
</div> 
 
 
b'\\ No newline at end of file'
 
459
</div>