breakup of farmework files

This commit is contained in:
Rushabh Mehta
2011-09-08 19:07:14 +05:30
parent 5caedffff8
commit cbaae20328
4 changed files with 11 additions and 7 deletions

View File

@@ -529,6 +529,8 @@ MessageThread.prototype.add_autosuggest = function() {
// ---- add auto suggest ----
var opts = { script: '', json: true, maxresults: 10, timeout: 10000, delay:250, maxentries:500, cache:false};
wn.require('lib/js/legacy/widgets/autosuggest.js');
var as = new AutoSuggest(me.msg_parts.inputs['To'], opts);
as.custom_select = function(txt, sel) {