diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 11:21:18 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-06 11:21:18 -0700 |
commit | 7ea05eacd7b8bd18d817996c5240b33b2a79fd18 (patch) | |
tree | 34d184c0108a905a9ddb8fd9dc8d944446257987 /lib/gallery.dialog.js | |
parent | cd5c99668bf578561d978c2549330a338b775199 (diff) | |
parent | 7ed15ea481565b1364573a814c0529adaf9f2eb7 (diff) |
Merge branch 'master' of git://github.com/talmdal/gallery3 into talmdal_branch
Diffstat (limited to 'lib/gallery.dialog.js')
-rw-r--r-- | lib/gallery.dialog.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 0efcf120..74c2f20e 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -25,9 +25,9 @@ function ajaxify_dialog() { } if (data.result == "success") { if (data.location) { - $.gallery_location(data.location); + window.location = data.location; } else { - $.gallery_reload(); + window.location.reload(); } } } |