diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-15 14:54:45 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-15 14:54:45 -0700 |
commit | 155d2b809b5d416f39bc71ce10c2704b886eccef (patch) | |
tree | c034fb8aa08c6a6795e71a519ac0c59f64a9722f /lib | |
parent | 86a91c11cf8e2af8d100ee8a982a299d341ef032 (diff) |
Rename g-in-dialog to the naming standard for query parameters and give it something more representative... 'gallery_dialog_request'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 1d0eae7e..a36c561a 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -27,7 +27,7 @@ $("#g-dialog").gallery_show_loading(); - var url = sHref + (sHref.indexOf("?") == -1 ? "?" : "&") + "g-in-dialog"; + var url = sHref + (sHref.indexOf("?") == -1 ? "?" : "&") + "gallery_dialog_request=1"; $.getJSON(url, function(data) { $("#g-dialog").html(unescape(data.form)).gallery_show_loading(); |