mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
🔥 Completely remove Google Analytics https://github.com/siyuan-note/siyuan/issues/15096
This commit is contained in:
parent
3631b729ad
commit
3319ffbb18
28 changed files with 91 additions and 9172 deletions
|
|
@ -10,7 +10,7 @@ import {addBaseURL, getIdFromSYProtocol, isSYProtocol, setNoteBook} from "../uti
|
|||
import {handleTouchEnd, handleTouchMove, handleTouchStart} from "./util/touch";
|
||||
import {fetchGet, fetchPost} from "../util/fetch";
|
||||
import {initFramework} from "./util/initFramework";
|
||||
import {addGA, initAssets, loadAssets} from "../util/assets";
|
||||
import {initAssets, loadAssets} from "../util/assets";
|
||||
import {bootSync} from "../dialog/processSystem";
|
||||
import {initMessage, showMessage} from "../dialog/message";
|
||||
import {goBack} from "./util/MobileBackFoward";
|
||||
|
|
@ -121,7 +121,6 @@ class App {
|
|||
});
|
||||
});
|
||||
});
|
||||
addGA();
|
||||
});
|
||||
});
|
||||
document.addEventListener("touchstart", handleTouchStart, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue