fix: add logs script to all pages
This commit is contained in:
parent
f02889dc6a
commit
1e0cb56f24
@ -0,0 +1 @@
|
|||||||
|
- [Bugfix] Add logs script to all pages so each page can handle completion of a command itself and not delegate it to a page with logs script. (by @mlabeeb03)
|
||||||
@ -91,7 +91,5 @@ Search for any tutor command and execute it with a single click.
|
|||||||
}, 200);
|
}, 200);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@ -117,6 +117,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
{% block scripts %}{% endblock %}
|
{% block scripts %}{% endblock %}
|
||||||
|
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -36,5 +36,4 @@ This will run Launch Platform to apply all plugin changes. This may take a few m
|
|||||||
}
|
}
|
||||||
ShowRunCommandButton();
|
ShowRunCommandButton();
|
||||||
</script>
|
</script>
|
||||||
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@ -105,6 +105,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user