Skip to content
Snippets Groups Projects
Commit 3c517225 authored by Arkerthan's avatar Arkerthan
Browse files

remove redundant SlaveSort widget

parent 590fc743
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
<<set $currentRule = $defaultRules[0]>>
<<SlaveSort $slaves>>
<<run SlaveSort.slaves($slaves)>>
<<set _SL = $slaves.length>>
......
......@@ -615,14 +615,6 @@ $args[1]: Fetish.
<</widget>>
/%
Call as <<SlaveSort [$slaves]>>
$args[0]: array to sort
%/
<<widget "SlaveSort">>
<<run SlaveSort.slaves($args[0])>>
<</widget>>
/%
Call as <<SlaveIDSort [slaveIDs]>>
$args[0]: array to sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment