mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1609 fixed gray arrow orientation
This commit is contained in:
@@ -52,8 +52,8 @@ $(document).ready(() => {
|
||||
} else {
|
||||
cont.find('.move-cat-order').addClass("notClickable");
|
||||
|
||||
cont.append($(toggler_close
|
||||
.replace(/%content%/g, toggler)
|
||||
cont.append($(toggler_cont
|
||||
.replace(/%content%/g, toggler_close)
|
||||
.replace(/%id%/g, node.id))).addClass("disabledToggle");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user