Fix bootstrap tooltip error
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Mon, 13 Apr 2015 13:26:48 +0000 (15:26 +0200)
committerSimo Sorce <simo@redhat.com>
Mon, 13 Apr 2015 13:43:28 +0000 (09:43 -0400)
commitc4c121e57516ffb70b980ea1fbafe1e6f8611c3f
tree00cf432c4422b54ede3391e677048c5ad7642022
parent1055b7bc810139d1e6ee3c225bcfba7b88e7aeab
Fix bootstrap tooltip error

This was caused by running the tooltip() function against
the document object, while it should be ran against the
objects that use a tooltip.
This new method is the suggested way to enable tooltips
per http://getbootstrap.com/javascript/#tooltips-examples.

https://fedorahosted.org/ipsilon/ticket/98

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
templates/master-admin.html