We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb7e46 commit 0d3549eCopy full SHA for 0d3549e
src/scripts/main.js
@@ -1,8 +1,8 @@
1
import '../styles/tailwind.css';
2
-import { handlePrivacyPolicyNoticeDismissal } from './privacy-policy.js';
+// import { handlePrivacyPolicyNoticeDismissal } from './privacy-policy.js';
3
import { handleCodeCopying } from './copy.js';
4
5
if (DEV_MODE) console.log('Dev mode is currently enabled.');
6
7
-handlePrivacyPolicyNoticeDismissal();
+// handlePrivacyPolicyNoticeDismissal();
8
handleCodeCopying();
0 commit comments