/[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 103 by dpavlin, Tue Nov 22 15:29:06 2005 UTC revision 104 by dpavlin, Tue Nov 22 19:34:20 2005 UTC
# Line 8  function load_template(template_name) { Line 8  function load_template(template_name) {
8    
9          $('template_name').value = template_name;          $('template_name').value = template_name;
10    
11          new Ajax.Updater( 'results', 'http://localhost:3000/results', {          new Ajax.Updater( 'results', '/results', {
12                  parameters: Form.serialize( $('results_form') ),                  parameters: Form.serialize( $('results_form') ),
13                  asynchronous: 1,                  asynchronous: 1,
14                  onLoading: function(request) {                  onLoading: function(request) {

Legend:
Removed from v.103  
changed lines
  Added in v.104

  ViewVC Help
Powered by ViewVC 1.1.26