/[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 160 by dpavlin, Sat Nov 26 16:22:08 2005 UTC revision 161 by dpavlin, Sat Nov 26 16:37:04 2005 UTC
# Line 79  function submit_results_form() { Line 79  function submit_results_form() {
79          var results_form = $('results_form');          var results_form = $('results_form');
80    
81          if (results_form) {          if (results_form) {
82                  Logger.debug('Ajax.Updater(results,/results)');                  var form_params = Form.serialize( results_form );
83    
84                    Logger.debug('Ajax.Updater(results,/results) '+form_params);
85    
86                  new Ajax.Updater( 'results', '/search/results', {                  new Ajax.Updater( 'results', '/search/results', {
87                          parameters: Form.serialize( results_form ),                          parameters: form_params,
88                          asynchronous: 1,                          asynchronous: 1,
89                          onLoading: function(request) {                          onLoading: function(request) {
90                                  show_searching();                                  show_searching();

Legend:
Removed from v.160  
changed lines
  Added in v.161

  ViewVC Help
Powered by ViewVC 1.1.26