소스 검색

Added import functionality of Arduino code (without disturbing whitespaces and empty lines)

dds
Manfred Müller-Späth 9 년 전
부모
커밋
50b2897871
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      gui/red/main.js

+ 1
- 0
gui/red/main.js 파일 보기

@@ -179,6 +179,7 @@ var RED = (function() {
RED.view.redraw();
setTimeout(function() {
$("#btn-deploy").removeClass("disabled").addClass("btn-danger");
$("#btn-import").removeClass("disabled").addClass("btn-success");
}, 1500);
$('#btn-deploy').click(function() { save(); });
// if the query string has ?info=className, populate info tab

Loading…
취소
저장