浏览代码

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 查看文件

content.style.paddingRight = "4px"; content.style.paddingRight = "4px";


RED.sidebar.addTab("info",content); 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) { function jsonFilter(key,value) {
if (key === "") { if (key === "") {
return value; return value;

正在加载...
取消
保存