summaryrefslogtreecommitdiff
path: root/lib/gallery.reload.js
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-06 07:02:41 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-06 07:02:41 -0700
commit7bdf382e813515ce7ab6e14f0b8e3e0b7b6bd867 (patch)
tree2f7ad7575beac7196f8d200c8aaa355efe9d4e77 /lib/gallery.reload.js
parent8131e6fa380d52faa7c1dc9a59c2e83a4adb9134 (diff)
Revert "Revert "Revert "Allow a theme to override the page refresh mechanism. Create a new"""
This reverts commit 7b1cca168cb9b29fcccdcdce9e32efb190e4575e. Basically remove it and Bharat and I will fight it out in SF for a resolution :-)
Diffstat (limited to 'lib/gallery.reload.js')
-rw-r--r--lib/gallery.reload.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/gallery.reload.js b/lib/gallery.reload.js
deleted file mode 100644
index 2c8752a0..00000000
--- a/lib/gallery.reload.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * 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);