/[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 271 by dpavlin, Sat Dec 17 03:19:58 2005 UTC revision 272 by dpavlin, Sat Dec 17 03:20:04 2005 UTC
# Line 257  Logger.debug('Created WebPAC.Updater Cla Line 257  Logger.debug('Created WebPAC.Updater Cla
257  Object.extend(WebPAC.Updater.prototype, {  Object.extend(WebPAC.Updater.prototype, {
258    initialize: function(container, url, options) {    initialize: function(container, url, options) {
259      Logger.debug('WebPAC.Updater initialize '+container+','+url+','+options);      Logger.debug('WebPAC.Updater initialize '+container+','+url+','+options);
260        url += '/ajax';
261      this.updater = new Ajax.Updater(container, url, options);      this.updater = new Ajax.Updater(container, url, options);
262      $('_ajax').value = 1;      $('_ajax').value = 1;
263      if ($('_ajax').value) Logger.info("using AJAX");      if ($('_ajax').value) Logger.info("using AJAX");

Legend:
Removed from v.271  
changed lines
  Added in v.272

  ViewVC Help
Powered by ViewVC 1.1.26