2007/8/30, Musachy Barroso <[EMAIL PROTECTED]>:
>
> Well, it is on search.js line 206 ;)
>
> musachy
>

Ah, sometimes I'm blind. Firebug hide this info and I didn't take a closer
look at my pastet content :-)

On line 206 is this:

    // prevent refreshSelectedCustomer AJAX requests, if IpNbr is empty
    dojo.event.topic.subscribe("/refreshSelectedCustomer", function(event,
widget) {
      var ipNbr = document.getElementById("selectedIpNbr").value;
      if (!ipNbr || ipNbr == "") {
    //      event.cancel= true;
      }

    });


After I commented out the event.cancel all worked fine. A colleague of mine
put this there. Is it necessary or can I simply skip it?

Thanx alot :-)

Reply via email to