Files
gallery3/lib/gallery.reload.js

17 lines
354 B
JavaScript

/**
* 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);