1
0
Fork 0
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:
retspen 2018-05-31 12:38:03 +03:00
parent b533d59e2f
commit dd2830eddb
2 changed files with 6 additions and 1 deletions

View file

@ -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 %}