mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Fontawesome updated to 5.15.4
Bootswatch updated to 5.2.3 in Bootstrap5 theme and fontawesome loading switched to css. (instead of js)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
$this->assertSame('style.css', $result);
|
||||
|
||||
$result = $this->th->findDefaultCSS('bootstrap5');
|
||||
$this->assertSame('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/quartz/bootstrap.min.css', $result);
|
||||
$this->assertSame('https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.2.3/quartz/bootstrap.min.css', $result);
|
||||
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user