TheDesk Akane (16.0.2)
This commit is contained in:
parent
b71a8eab26
commit
131c4ae35e
|
@ -321,12 +321,12 @@ function moreload(type, tlid) {
|
|||
localStorage.setItem("now", type);
|
||||
todo(cap(type) + " TL MoreLoading");
|
||||
if(type!="noauth"){
|
||||
var at = localStorage.getItem("acct_"+ acct_id + "_at");
|
||||
var hdr={
|
||||
'content-type': 'application/json',
|
||||
'Authorization': 'Bearer ' + at
|
||||
};
|
||||
var domain = localStorage.getItem("domain_" + acct_id);
|
||||
var at = localStorage.getItem("acct_"+ acct_id + "_at");
|
||||
}else{
|
||||
var hdr={
|
||||
'content-type': 'application/json'
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
<span id="notice"></span>
|
||||
<script>
|
||||
//コード受信
|
||||
localStorage.removeItem("lang")
|
||||
if(location.search){
|
||||
var m = location.search.match(/\?mode=([a-zA-Z-0-9]+)/);
|
||||
var mode=m[1];
|
||||
|
|
Loading…
Reference in New Issue
Block a user