Skip to content

Commit

Permalink
update Doclister
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Nov 25, 2019
1 parent 1b68259 commit 6b4fbf0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion assets/js/easy-ui/themes/modx/easyui.css
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,20 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.tree-expanded:before,
.tree-collapsed:before,
.tree-expanded-hover:before,
.tree-collapsed-hover:before,
.tree-folder:before,
.tree-folder-open:before,
.tree-file:before,
.tree-dnd-yes:before,
.tree-dnd-no:before,
.tree-checkbox0:before,
.tree-checkbox1:before,
.tree-checkbox2:before {
font-weight: 400;
}
.panel-loading:before {
content:"\f021";
-webkit-animation: fa-spin 2s infinite linear;
Expand Down
2 changes: 1 addition & 1 deletion assets/snippets/DocLister/core/DocLister.abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function __construct($modx, $cfg = array(), $startTime = null)
default:
$cfg['idType'] = "parents";
if (($IDs = $this->getCFGDef('parents', '')) === '') {
$IDs = $this->getCurrentMODXPageID();
$IDs = $cfg['parents'] = $this->getCurrentMODXPageID();
}
break;
}
Expand Down

0 comments on commit 6b4fbf0

Please sign in to comment.