Skip to content

Commit

Permalink
typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCanet committed Oct 28, 2018
1 parent 2120e14 commit fb88454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions tools/factory/block_factory.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
</xml>
</body>
<script>
const remote = require('electron').remote
<!-- document.getElementById('btn_quit').onclick = function(event) { -->
<!-- var window = remote.getCurrentWindow() -->
<!-- window.close() -->
<!-- } -->
const remote = require('electron').remote
</script>
</html>
2 changes: 1 addition & 1 deletion tools/serialconsole/term.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.BlocklyArduino.css"/>
<link rel="stylesheet" type="text/css" href="../../css/Blockly@rduino.css"/>
<link rel="stylesheet" type="text/css" href="../../css/blockly@rduino.css"/>
</head>
<body>
<h4>moniteur série</h4>
Expand Down

0 comments on commit fb88454

Please sign in to comment.