alecpl
2010-10-05 c288f9969e113cb7dbd38bf05167cc8e94e007ff
program/js/app.js
@@ -2768,7 +2768,7 @@
  this.init_address_input_events = function(obj)
  {
    obj.keydown(function(e){ return ref.ksearch_keydown(e, this); })
    obj[bw.ie || bw.safari || bw.chrome ? 'keydown' : 'keypress'](function(e){ return ref.ksearch_keydown(e, this); })
      .attr('autocomplete', 'off');
  };