adds some js to click-and-add tags to the debate's tag list input

This commit is contained in:
David Gil
2015-08-15 18:57:27 +02:00
parent 1de941d1fa
commit 8b89cc5117
3 changed files with 23 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ var initialize_modules = function() {
App.Comments.initialize();
App.Users.initialize();
App.Votes.initialize();
App.Tags.initialize();
};
$(function(){