readme
This commit is contained in:
parent
78a8c2bdce
commit
47749dde7b
15
README.md
15
README.md
|
@ -1,3 +1,18 @@
|
||||||
|
# rewrite-overallブランチへようこそ🎃
|
||||||
|
|
||||||
|
このブランチはコードを最初から全部読み直して書き直そうという途方もなく壮大なプロジェクトです。
|
||||||
|
|
||||||
|
1周目では、
|
||||||
|
|
||||||
|
* 脱jQuery
|
||||||
|
* 脱onclick
|
||||||
|
* 脱コールバック地獄
|
||||||
|
* 重複してるやつや使ってないやつを消す
|
||||||
|
|
||||||
|
という極めて当たり前のやつをやっていきます。
|
||||||
|
|
||||||
|
# 以下いつものREADME
|
||||||
|
|
||||||
<img src="https://thedesk.top/img/top.png" width="300" align="left">
|
<img src="https://thedesk.top/img/top.png" width="300" align="left">
|
||||||
<img src="https://thedesk.top/img/desk.png" width="150" align="right">
|
<img src="https://thedesk.top/img/desk.png" width="150" align="right">
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//ログアウトします
|
//ログアウトします
|
||||||
function logout() {
|
function logout() {
|
||||||
localStorage.removeItem("acct_" + acct_id + "_at");
|
localStorage.removeItem(`acct_${acct_id}_at`)
|
||||||
localStorage.removeItem("domain_" + acct_id);
|
localStorage.removeItem(`domain_${acct_id}`)
|
||||||
location.href = "index.html";
|
location.href = 'index.html'
|
||||||
todc();
|
todc()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user