Skip to content

Commit 0c7cf87

Browse files
committed
Web IDE: warning si conf en 0.3.17.
1 parent 216d864 commit 0c7cf87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/ide_injections.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ function inject_microalg_editor_in(elt_id, config) {
256256
var hidden = config.blockly_only ? ' style="display:none;"' : '';
257257
var link_snippet =
258258
'<div class="link-snippet">' +
259+
((config.version === '0.3.17') ?
260+
'<strong>⚠</strong> MicroAlg 0.3.17 ':'') +
259261
'<select onchange="export_action(\'' + elt_id + '\', this);">' +
260262
'<option>exporter</option>' +
261263
'<option>Casio</option>' +

0 commit comments

Comments
 (0)