Commit 952744460ca8fe630fd33193985dd52371672f97

Authored by Michel Felipe
1 parent 9aac75fc

Added public method 'addIcon' to Task module in tasks.js

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/javascripts/tasks.js
... ... @@ -64,6 +64,7 @@
64 64 _showError(this,response);
65 65 }
66 66 },
  67 + addIcon: _addIcon,
67 68 showTags: function(cfg){
68 69  
69 70 jQuery('.filter-tags').inputosaurus({
... ...