Merge remote-tracking branch 'origin/release'
This commit is contained in:
commit
cca8b414d4
@ -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);
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@ -117,6 +117,7 @@
|
||||
}
|
||||
</script>
|
||||
{% block scripts %}{% endblock %}
|
||||
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@ -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 %}
|
||||
@ -105,6 +105,4 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script src="{{ url_for('static', filename='js/logs.js') }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user