
committed by
GitHub

No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 113 additions and 37 deletions
-
2core/core.php
-
43module/gallery/gallery.php
-
20module/gallery/view/config/config.js.php
-
2module/gallery/view/config/config.php
-
6module/gallery/view/edit/edit.php
-
13module/gallery/view/gallery/gallery.css
-
37module/gallery/view/gallery/gallery.php
-
25module/gallery/view/index/index.js.php
-
2module/gallery/view/index/index.php
@ -0,0 +1,25 @@ |
|||
/** |
|||
* This file is part of Zwii. |
|||
* |
|||
* For full copyright and license information, please see the LICENSE |
|||
* file that was distributed with this source code. |
|||
* |
|||
* @author Rémi Jean <remi.jean@outlook.com> |
|||
* @copyright Copyright (C) 2008-2018, Rémi Jean |
|||
* @authorFrédéric Tempez <frederic.tempez@outlook.com> |
|||
* @copyright Copyright (C) 2018-2020, Frédéric Tempez |
|||
* @license GNU General Public License, version 3 |
|||
* @link http://zwiicms.com/ |
|||
*/ |
|||
|
|||
$( document ).ready(function() { |
|||
/* |
|||
asc=false; |
|||
var sorted=$('.pictureBox').sort(function(a,b){ |
|||
return (asc == |
|||
($(a).data('sort') < $(b).data('sort'))) ? 1 : -1; |
|||
}); |
|||
asc = asc ? false : true; |
|||
$('body').html(sorted); |
|||
*/ |
|||
}); |
Write
Preview
Loading…
Cancel
Save
Reference in new issue