diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-07-05 19:17:30 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-07-05 19:17:30 -0700 |
commit | df3af7d521fa073f1dc7927003d95c45d4934fbe (patch) | |
tree | b9c16dc58c22f70c14dc0b1e01f34d23f516d2c0 /lib | |
parent | 0977c310097c63dd25d5fec82bd9cfb5f07d12f0 (diff) | |
parent | 67223fc43d1cfd5f33d4fc007935eaadb79a112e (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.dialog.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index dd1a5663..6ec8c634 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -26,8 +26,7 @@ $("#g-dialog").gallery_show_loading(); - var url = sHref + (sHref.indexOf("?") == -1 ? "?" : "&") + "g-in-dialog"; - $.get(url, function(data) { + $.get(sHref, function(data) { $("#g-dialog").html(data).gallery_show_loading(); if ($("#g-dialog form").length) { |