/[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 135 by dpavlin, Thu Nov 24 16:30:06 2005 UTC revision 136 by dpavlin, Thu Nov 24 22:29:34 2005 UTC
# Line 24  function load_template(template_name) { Line 24  function load_template(template_name) {
24    
25  function show_searching() {  function show_searching() {
26          Element.show('searching');          Element.show('searching');
27          new Effect.Fade('results', { duration: 0.5 });          new Effect.Fade('results', { duration: 0.3 });
28  }  }
29    
30  function hide_searching() {  function hide_searching() {
31          Element.hide('searching');          Element.hide('searching');
32          //new Effect.Highlight('results');          //new Effect.Highlight('results');
33          new Effect.Appear('results', { duration: 0.5 });          new Effect.Appear('results', { duration: 0.3 });
34  }  }
35    

Legend:
Removed from v.135  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26