From bda3a99797df33f8bff48960318b14a0d81c52a3 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 16 Apr 2025 01:04:34 +0100 Subject: remove .pyc files --- site/app/twist/twist_ui.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'site/app/twist/twist_ui.js') diff --git a/site/app/twist/twist_ui.js b/site/app/twist/twist_ui.js index 08e5fe1..15e7b44 100644 --- a/site/app/twist/twist_ui.js +++ b/site/app/twist/twist_ui.js @@ -143,6 +143,9 @@ var twistTopMenuData = [ {name: "Help", click: function(twist){ $("#twist_documentation")[0].click(); }}, + {name: "Walkthrough video", click: function(twist){ + $("#twist_video")[0].click(); + }}, {name: "Developer reference", click: function(twist){ $("#twist_developer_documentation")[0].click(); }}, @@ -155,6 +158,9 @@ var twistTopMenuData = [ {name: "Submit transform code", click: function(twist){ $("#twist_developer_submit")[0].click(); }}, + {name: "Source code", click: function(twist){ + $("#twist_sourcecode")[0].click(); + }}, {name: "About", click: function(twist) { twist.ui.showAbout(); }}, @@ -474,6 +480,12 @@ var TwistUI = function(twist) { }); }; + this.globalFiles = function() { + //twirl.getSharedFiles(); + + //"/sounddb/" + path + }; + this.developerConsole = function() { $("#twist_developer").show(); $("#twist_inject_devcsound").click(async function() { -- cgit v1.2.3