Skip to content

Commit

Permalink
finessed previous revision
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Nov 1, 2024
1 parent bf71bec commit f749c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/.jshandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
$uri = $_SERVER["REQUEST_URI"];
$i = strrpos($uri, ".");
$base = ($i !== false)?substr($uri, 0, $i):$uri;
header("SourceMap: ${base}.map");
header("SourceMap: {$base}.map");
}

// for HEAD requests, there is nothing more to do
Expand Down

0 comments on commit f749c62

Please sign in to comment.