--- trunk/lib/Frey/jQuery/flot.pm 2008/12/26 01:01:37 906 +++ trunk/lib/Frey/jQuery/flot.pm 2008/12/26 01:32:09 907 @@ -6,6 +6,7 @@ #with 'Frey::Storage'; with 'Frey::jQuery'; with 'Frey::File'; # FIXME inline on demand? +with 'Frey::Web::IFrame'; use DateTimeX::Easy; @@ -63,7 +64,9 @@ $placeholder = qq|
no selection
- |; + | + . $self->iframe_html + ; } warn "# $data_js" if $self->debug;