mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
correcting ticket's details view and its related models.
This commit is contained in:
parent
835236ed7f
commit
99afc456cd
4 changed files with 20 additions and 8 deletions
|
|
@ -22,4 +22,7 @@ $( document ).ready(function() {
|
|||
$('.quantity').change(function() {
|
||||
update_price($(this));
|
||||
});
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue