/[Frey]/branches/no-pager/lib/Frey/Web.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 /branches/no-pager/lib/Frey/Web.pm

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

revision 741 by dpavlin, Sat Dec 6 15:29:10 2008 UTC revision 742 by dpavlin, Sat Dec 6 17:16:12 2008 UTC
# Line 184  sub add_css { Line 184  sub add_css {
184          | );          | );
185  }  }
186    
187    sub add_js {
188            my ($self,$css) = @_;
189            my ( $package, $path, $line ) = caller;
190            $self->add_head( qq|
191            <script type="text/javascript">
192            /* via $package at $path line $line */
193            $css
194            </script>
195            | );
196    }
197    
198  our $reload_counter = 0;  our $reload_counter = 0;
199    
200    

Legend:
Removed from v.741  
changed lines
  Added in v.742

  ViewVC Help
Powered by ViewVC 1.1.26