mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Quick fix if console type not support
This commit is contained in:
parent
b533d59e2f
commit
dd2830eddb
2 changed files with 6 additions and 1 deletions
|
@ -121,6 +121,9 @@
|
|||
function log_info(msg) {
|
||||
log_message(msg,'info');
|
||||
}
|
||||
{% if console_error %}
|
||||
log_error('{{ console_error|escapejs }}');
|
||||
{% endif %}
|
||||
</script>
|
||||
|
||||
{% block foot %}{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue