Skip to content

Commit

Permalink
Readd ordering logic
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed May 26, 2021
1 parent eb0f631 commit 075329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Optimizer/Transformer/AutoExtensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private function renderExtensionScripts(Document $document, array $extensionScri
$document->head->appendChild($extensionScript);
}

//$referenceNode = $extensionScript;
$referenceNode = $extensionScript;
}
}

Expand Down

0 comments on commit 075329a

Please sign in to comment.