mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Moves thumbTypes to config.js.
This commit is contained in:
parent
9f10e92175
commit
ba3e61c1d0
7 changed files with 25 additions and 22 deletions
|
@ -11,7 +11,7 @@ class Crumb {
|
|||
$this->parts = array();
|
||||
|
||||
$href = $h5ai->getAbsHref();
|
||||
while ($href !== "/" && $href !== "//") {
|
||||
while ($href !== "/") {
|
||||
$this->parts[] = $href;
|
||||
$href = safe_dirname($href, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue