mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: add DisclaimerModal component to assessment averages switch
This commit is contained in:
@@ -6,8 +6,8 @@ export function showPrivacyNotification() {
|
||||
const lastUpdated = "2025-12-19";
|
||||
|
||||
if (document.getElementById("whatsnewbk")) return;
|
||||
//if (settingsState.privacyStatementShown) return;
|
||||
//if (settingsState.privacyStatementLastUpdated && new Date(settingsState.privacyStatementLastUpdated) > new Date(lastUpdated)) return;
|
||||
if (settingsState.privacyStatementShown) return;
|
||||
if (settingsState.privacyStatementLastUpdated && new Date(settingsState.privacyStatementLastUpdated) > new Date(lastUpdated)) return;
|
||||
|
||||
const header = stringToHTML(
|
||||
/* html */
|
||||
|
||||
Reference in New Issue
Block a user