public/assets/js/application.js
changeset 38 6fa3cf9cf915
parent 12 c98d3fa4a948
child 64 f66d935647bc
equal deleted inserted replaced
37:013953be0f3b 38:6fa3cf9cf915
     7             $(this).text($(this).attr('title')).removeAttr('title');
     7             $(this).text($(this).attr('title')).removeAttr('title');
     8         });
     8         });
     9         $(this).remove();
     9         $(this).remove();
    10         return false;
    10         return false;
    11     });
    11     });
       
    12 
       
    13     $('a[data-toggle="tooltip"]').tooltip();
    12 });
    14 });