--- trunk/lib/Frey/Designer.pm 2008/10/28 22:12:14 200 +++ trunk/lib/Frey/Designer.pm 2008/10/28 22:13:08 201 @@ -84,19 +84,7 @@ sub html { my ( $self, $req ) = @_; - my $body; - - if ( $self->uri->path =~ m{/__bookmarklet} ) { - my $js = read_file( 'static/xpath.js' ); - $js =~ s{//.*}{}gm; # remove comments so that compaction below doesn't screw code - $js =~ s/\s\s+/ /gs; - $req->print(qq{ - Drag this bookmarklet to bookmark toolbar or menu to install XPATH inspector - }); - return; - } - - $body .= $self->get_page; + my $body = $self->get_page; # strip full hostname my $url = $self->uri;