Merge remote-tracking branch 'origin/release'

This commit is contained in:
Overhang.IO 2025-05-02 09:07:04 +00:00
commit cca8b414d4
5 changed files with 2 additions and 5 deletions

View File

@ -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)

View File

@ -91,7 +91,5 @@ Search for any tutor command and execute it with a single click.
}, 200);
});
</script>
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
{% endblock %}

View File

@ -117,6 +117,7 @@
}
</script>
{% block scripts %}{% endblock %}
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
</body>
</html>

View File

@ -36,5 +36,4 @@ This will run Launch Platform to apply all plugin changes. This may take a few m
}
ShowRunCommandButton();
</script>
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
{% endblock %}

View File

@ -105,6 +105,4 @@
});
});
</script>
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
{% endblock %}