diff options
| author | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-23 19:44:40 +0200 |
|---|---|---|
| committer | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-23 19:44:40 +0200 |
| commit | b181707c1651af8737c2e6ff550fd20f480b781b (patch) | |
| tree | a39b32912bdb37cbf213d146d8be47f028e88590 /modules/tag/js | |
| parent | 386130114b3e3a9cf1617a1ea62407f569ee391c (diff) | |
| parent | 070884d9e248ba692e49949851099e4d79285ef2 (diff) | |
Merge commit 'upstream/master'
Conflicts:
modules/gallery/helpers/access.php
Diffstat (limited to 'modules/tag/js')
| -rw-r--r-- | modules/tag/js/tag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index a1eaeecd..a5aaa3f8 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -7,7 +7,7 @@ function ajaxify_tag_form() { dataType: "json", success: function(data) { if (data.result == "success") { - $.get($("#gTagCloud").attr("src"), function(data, textStatus) { + $.get($("#gTagCloud").attr("title"), function(data, textStatus) { $("#gTagCloud").html(data); }); } |
