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

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

revision 880 by dpavlin, Tue Dec 16 21:09:32 2008 UTC revision 881 by dpavlin, Fri Dec 19 14:10:03 2008 UTC
# Line 118  sub popup_dropdown { Line 118  sub popup_dropdown {
118    
119  sub _inline {  sub _inline {
120          my ( $self, $path ) = @_;          my ( $self, $path ) = @_;
121            return unless defined $path;
122          warn "# _inline $path";          warn "# _inline $path";
123          -e $path && -s $path < $self->inline_smaller_than && -s $path;          -e $path && -s $path < $self->inline_smaller_than && -s $path;
124  }  }

Legend:
Removed from v.880  
changed lines
  Added in v.881

  ViewVC Help
Powered by ViewVC 1.1.26