/[webpac2]/Webpacus/root/js/webpac.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/js/webpac.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 322 by dpavlin, Sat Dec 17 23:41:10 2005 UTC revision 323 by dpavlin, Sun Dec 25 23:32:01 2005 UTC
# Line 45  Object.extend(Object.extend(WebPAC.Sugge Line 45  Object.extend(Object.extend(WebPAC.Sugge
45    },    },
46    
47    getUpdatedChoices: function() {    getUpdatedChoices: function() {
48      entry = encodeURIComponent(this.options.paramName) + '=' +      var entry = encodeURIComponent(this.options.paramName) + '=' +
49        encodeURIComponent(this.getToken());        encodeURIComponent(this.getToken());
50    
51      this.options.parameters = this.options.callback ?      this.options.parameters = this.options.callback ?

Legend:
Removed from v.322  
changed lines
  Added in v.323

  ViewVC Help
Powered by ViewVC 1.1.26