diff options
Diffstat (limited to 'share/frontend/gallery-static/js/gallery_isotope_config.js')
| -rw-r--r-- | share/frontend/gallery-static/js/gallery_isotope_config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/frontend/gallery-static/js/gallery_isotope_config.js b/share/frontend/gallery-static/js/gallery_isotope_config.js index b2be5d4..33f7ca8 100644 --- a/share/frontend/gallery-static/js/gallery_isotope_config.js +++ b/share/frontend/gallery-static/js/gallery_isotope_config.js @@ -120,7 +120,7 @@ $(function(){ } } }); - var sorter = { + window.sorter = { date: function(){$container.isotope({sortBy: "date"})}, username: function(){$container.isotope({sortBy: "username"})}, height: function(){$container.isotope({sortBy: "height"})}, |
