Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
pointless commit so Travis will run
Browse files Browse the repository at this point in the history
  • Loading branch information
moollaza committed Oct 29, 2014
1 parent 77f45be commit 12d1eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/DuckPAN/Cmd/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ sub change_html {
my $has_dpanjs = 0;
for (@script) {
if (my $src = $_->attr('src')) {
next if ($src =~ m/^\/\?duckduckhack_/); # Already updated, no need to do again
next if ($src =~ m/^\/\?duckduckhack_/); # Already updated, no need to do again
if ($src =~ m/^\/(dpan\d+|duckpan_dev)\.js/) {
$_->attr('src','/?duckduckhack_js=1');
$has_dpanjs = 1;
Expand Down

0 comments on commit 12d1eb9

Please sign in to comment.