mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 23:28:14 +02:00
assets typo
This commit is contained in:
@@ -328,7 +328,7 @@ class Assets
|
||||
if (is_string($asset) && !array_key_exists($key, $this->inline_js)) {
|
||||
$this->inline_js[$key] = [
|
||||
'priority' => $priority,
|
||||
'count' => count($this->inline_js),
|
||||
'order' => count($this->inline_js),
|
||||
'asset' => $asset
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user