1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #5192 - Javascript defer option. (experimental)

This commit is contained in:
camer0n
2024-02-09 16:46:16 -08:00
parent 209f0ea898
commit 8921e92aa6
6 changed files with 98 additions and 52 deletions

View File

@@ -385,7 +385,7 @@ function preview_image(src_val,img_path, not_found)
//-->";
header ('ETag: "' . md5($text).'"' );
header ('ETag: "' . md5($js).'"' );
echo $js;
echo_gzipped_page();
?>