today shinchoku

This commit is contained in:
cutls 2020-08-31 00:23:55 +09:00
parent 541ebbbb19
commit 8eadb8287d
3 changed files with 372 additions and 679 deletions

View File

@ -7,15 +7,6 @@ $(function ($) {
const hasFocus2 = isFocused('textarea')
const postBox = document.querySelector('#textarea')
let wv = false
if (document.getElementById('webview')) {
if (document.querySelector('#webviewsel:checked').value) {
wv = false
} else {
wv = true
}
} else {
wv = true
}
//Enter
if (e.keyCode === 13) {
if (isFocused('#src')) {

View File

@ -145,7 +145,7 @@ async function ckdb(acct_id) {
if (idata) {
//check and replace json to idata
var json = idata
const json = idata
if (json[quoteMarker] == 'enabled') {
localStorage.setItem('quoters', true)
localStorage.setItem(quoteMarker, true)

File diff suppressed because it is too large Load Diff