summaryrefslogtreecommitdiff
path: root/lib/gallery.reload.js
blob: 2c8752a0c5ce7b2bff9f98eb6f3ca1401471d74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
(function ($) {
  $.gallery_reload = function() {
    window.location.reload();
  };
})(jQuery);

// Vertically align a block element's content
(function ($) {
  $.gallery_location = function(location) {
    window.location = location;
  };
})(jQuery);