Resources/public/js/wikiTag.js
changeset 30 d2fba1e3b94b
parent 13 c288952a089f
child 31 b910b4f7485f
--- a/Resources/public/js/wikiTag.js	Mon Nov 07 17:25:39 2011 +0100
+++ b/Resources/public/js/wikiTag.js	Wed Nov 09 16:25:13 2011 +0100
@@ -332,7 +332,7 @@
             wikitag_document_id:$('#wikitag_document_id').val()
 		},
         success: function(msg, textStatus, XMLHttpRequest) {
-            $('#wikittag_table_container').html(msg);
+            $('#wikitag_table_container').html(msg);
             wikitag_init_tags_events();
             // And scroll to the bottom
             $("html").animate({ scrollTop: $(document).height() }, 500);