/[Frey]/trunk/lib/Frey/View/NoPager.pm
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 /trunk/lib/Frey/View/NoPager.pm

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

revision 857 by dpavlin, Sun Dec 14 23:26:54 2008 UTC revision 858 by dpavlin, Tue Dec 16 14:25:52 2008 UTC
# Line 189  sub as_markup { Line 189  sub as_markup {
189          $self->add_css('static/Frey/NoPager.css');          $self->add_css('static/Frey/NoPager.css');
190          $self->add_js ('static/Frey/NoPager.js');          $self->add_js ('static/Frey/NoPager.js');
191    
192          $self->add_js(qq|          $self->add_js(q|
193                  \$(document).ready( function() {                  $(document).ready( function() {
194                          \$.log.info('hook onchange to #search_form' );                          $.log.info('hook onchange to #search_form' );
195                          \$('#search_form').change( function() {                          $('#search_form').change( function() {
196                                  //logDebug('submit #search_form');                                  //logDebug('submit #search_form');
197                                  this.submit();                                  this.submit();
198                          });                          });

Legend:
Removed from v.857  
changed lines
  Added in v.858

  ViewVC Help
Powered by ViewVC 1.1.26