diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 22:14:32 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 22:14:32 -0800 |
| commit | c40735c922b53eb32be1ae39a030362eea52e602 (patch) | |
| tree | cfe908300e98eed1e22d5ba46e2629ed40565b9a /modules/tag/js | |
| parent | 44ae88e8e17713cab81a5cf08820e18896615196 (diff) | |
| parent | 3e0a81a39490f58840e3144b88d9c963e69f8f79 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/tag/js')
| -rw-r--r-- | modules/tag/js/tag.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js deleted file mode 100644 index 4760084d..00000000 --- a/modules/tag/js/tag.js +++ /dev/null @@ -1,13 +0,0 @@ -function ajaxify_tag_form() { - $("#g-tag form").ajaxForm({ - dataType: "json", - success: function(data) { - if (data.result == "success") { - $.get($("#g-tag-cloud").attr("title"), function(data, textStatus) { - $("#g-tag-cloud").html(data); - }); - } - $("#g-tag form").resetForm(); - } - }); -} |
