c4c121e Fix bootstrap tooltip error

1 file Authored by puiterwijk 9 years ago, Committed by simo 9 years ago,
    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>
    
        
file modified
+1 -1