This commit is contained in:
naielv
2025-12-24 23:30:32 +01:00
parent 2258e74960
commit 13a4367c92
21 changed files with 1113 additions and 1020 deletions

View File

@@ -1,6 +1,6 @@
;(function(){
// assets/static/gun.js - Deprecated. Replaced by PouchDB (DB module).
console.warn('assets/static/gun.js is deprecated and unused.');
/* UNBUILD */
function USE(arg, req){
return req? require(arg) : arg.slice? USE[R(arg)] : function(mod, path){
arg(mod = {exports: {}});

View File

@@ -1,4 +1,6 @@
var Gun = (typeof window !== "undefined")? window.Gun : require('../gun');
// assets/static/open.js - Deprecated. Part of Gun library, not used after migration to PouchDB.
console.warn('assets/static/open.js is deprecated and unused.');
var Gun = (typeof window !== "undefined")? window.Gun || {} : {};
Gun.chain.open = function(cb, opt, at, depth){ // this is a recursive function, BEWARE!
depth = depth || 1;

View File

@@ -1,6 +1,6 @@
;(function(){
// assets/static/sea.js - Deprecated. Replaced by CryptoJS AES usage in app_modules.js.
console.warn('assets/static/sea.js is deprecated and unused.');
/* UNBUILD */
function USE(arg, req){
return req? require(arg) : arg.slice? USE[R(arg)] : function(mod, path){
arg(mod = {exports: {}});