actually enable tooltip

This commit is contained in:
Guillaume Andreu Sabater 2014-09-22 14:04:14 +02:00
parent 45eda26e7c
commit d5dd2c3423
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,13 @@
{% extends "helpdesk/base.html" %}{% load i18n %}
{% block helpdesk_title %}{% trans "Edit followup" %}{% endblock %}
{% block helpdesk_head %}{% endblock helpdesk_head %}
{% block helpdesk_head %}
<script type="text/javascript">
$(document).ready(function() {
$("[data-toggle=tooltip]").tooltip();
});
</script>
{% endblock helpdesk_head %}
{% block helpdesk_body %}

View File

@ -24,6 +24,8 @@
});
}
});
$("[data-toggle=tooltip]").tooltip();
});
function processAddFileClick() {