giant freakin documentation and reorganization pass, it also uses cmake because all the building was getting too complicated for shell scripts
This commit is contained in:
5
app/basepak/static/js/desktop-structuredclone.js
Normal file
5
app/basepak/static/js/desktop-structuredclone.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function structuredClone(val) {
|
||||
var output = JSON.parse(JSON.stringify(val));
|
||||
if (window.pywebview.api.debug_mode) { console.log(("structuredClone:" + val) + " => " + outval); }
|
||||
return output;
|
||||
}
|
Reference in New Issue
Block a user