app/views/admin/plugins/index.html.erb in camaleon_cms-0.1.9 vs app/views/admin/plugins/index.html.erb in camaleon_cms-0.2.0
- old
+ new
@@ -30,8 +30,10 @@
</div>
</div>
</div>
<script>
jQuery(function(){
- $("#table-plugins-list table").sieve();
+ var table = $("#table-plugins-list table")
+ table.sieve();
+ table.find("a[title!='']").tooltip();
})
</script>
\ No newline at end of file