ソースを参照

Add thanks message at startup in info sidebar

dds
PaulStoffregen 10年前
コミット
a101d9c9ab
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      gui/red/ui/tab-info.js

+ 2
- 1
gui/red/ui/tab-info.js ファイルの表示

@@ -23,7 +23,8 @@ RED.sidebar.info = (function() {
content.style.paddingRight = "4px";

RED.sidebar.addTab("info",content);
$("#tab-info").html("<p></p><p>Special thanks to Nicholas O'Leary, Dave Conway-Jones and IBM.</p><p>Without their work on the open source <a href=\"http://nodered.org/\" target=\"_blank\">Node-RED</a> project, this GUI front-end for the Teensy Audio Library would not have been possible!</p>");

function jsonFilter(key,value) {
if (key === "") {
return value;

読み込み中…
キャンセル
保存