INNER CODE UNIT · JavaScript

handleOkButtonClick

ob-f/OpenBot · controller/web-server/client/index.js:162

function handleOkButtonClick() {
    hideLogoutWrapper()
    signOut()
}

function handleSubscription() {
    console.log('Navigate to subscription page')
}

export function getCookie(cname) {
    const name = cname + '='
    const decodedCookie = decodeURIComponent(document.cookie)
    const ca = decodedCookie.split(';')
    for (let i = 0; i < ca.length; i++) {
        let c = ca[i]
        while (c.charAt(0) === ' ') {
            c = c.substring(1)
        }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…