Deltacms/module/slider/view/config/config.js.php

18 lines
514 B
PHP

/**
* This file is part of DeltaCMS.
* For full copyright and license information, please see the LICENSE
* file that was distributed with this source code.
* @author Sylvain Lelièvre <lelievresylvain@free.fr>
* @copyright Copyright (C) 2021-2022, Sylvain Lelièvre
* @license GNU General Public License, version 3
* @link https://deltacms.fr/
*/
/**
* Sélection d'un nouveau dossier
*/
$("#galleryEditDirectory").on("change", function() {
$("#galleryEditLabelView").removeClass('displayNone');
});