@@ -208,11 +208,3 @@
</div>
{% include theme('confirm_dialog.html') %}
{% endblock %}
-
-{% block scripts %}
- <script>
- $(function () {
- $('[data-toggle="tooltip"]').tooltip()
- })
- </script>
-{% endblock %}
@@ -171,11 +171,3 @@
@@ -183,6 +183,12 @@
{% block javascript %}
<!-- jquery and bootstrap and flaskbb.js -->
<script src="{{ url_for('static', filename='js/scripts.min.js') }}"></script>
+ <!-- Enable tooltips in all templates -->
+ <script>
+ $(function () {
+ $('[data-toggle="tooltip"]').tooltip()
+ })
+ </script>
{# for extra scripts in other templates. #}
@@ -118,9 +118,5 @@
{% block scripts %}
<script>
var bulk_actions = new BulkActions();
</script>
@@ -84,9 +84,5 @@
@@ -103,9 +103,5 @@
@@ -155,9 +155,5 @@
@@ -131,11 +131,3 @@
{% endif %}
@@ -27,12 +27,3 @@
</div><!--/.col-sm-9 -->
</div><!--/.row -->
@@ -93,10 +93,6 @@
$('#profile-tabs a[href="#overview"]').tab('show') // Select tab by name
//$('#profile-tabs a[href="#info"]').tab('show') // Select tab by name