summaryrefslogtreecommitdiff
path: root/modules/gallery/js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-06 11:21:18 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-06 11:21:18 -0700
commit7ea05eacd7b8bd18d817996c5240b33b2a79fd18 (patch)
tree34d184c0108a905a9ddb8fd9dc8d944446257987 /modules/gallery/js
parentcd5c99668bf578561d978c2549330a338b775199 (diff)
parent7ed15ea481565b1364573a814c0529adaf9f2eb7 (diff)
Merge branch 'master' of git://github.com/talmdal/gallery3 into talmdal_branch
Diffstat (limited to 'modules/gallery/js')
-rw-r--r--modules/gallery/js/quick.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/js/quick.js b/modules/gallery/js/quick.js
index 4753808e..fda6470f 100644
--- a/modules/gallery/js/quick.js
+++ b/modules/gallery/js/quick.js
@@ -67,9 +67,9 @@ var quick_do = function(cont, pane, img) {
img.css("margin-top", 0);
}
} else if (data.location) {
- $.gallery_location(data.location);
+ window.location = data.location;
} else if (data.reload) {
- $.gallery_reload();
+ window.location.reload();
}
}
});