Difference between revisions of "Widget:WikiDiagram"
From Audacity Wiki
(parameter.) |
(hack.) |
||
Line 12: | Line 12: | ||
console.log(A.page); | console.log(A.page); | ||
− | loadDiagram(A.page, 'no'); | + | A.SpecName="Foo"; |
+ | fileActionLoader( "","","https://wit.audacityteam.org/raw/raw_spec_Flow_Chart.txt"); | ||
+ | //loadDiagram(A.page, 'no'); | ||
} | } | ||
</script> | </script> |
Revision as of 13:00, 1 December 2019
This runs a script on loading complete
|