correcting ticket's details view and its related models.

This commit is contained in:
Rishabh Saxena 2016-03-18 00:25:15 +05:30
parent 835236ed7f
commit 99afc456cd
4 changed files with 20 additions and 8 deletions

View file

@ -22,4 +22,7 @@ $( document ).ready(function() {
$('.quantity').change(function() {
update_price($(this));
});
$(function () {
$('[data-toggle="tooltip"]').tooltip()
});
});