today shinchoku
This commit is contained in:
parent
541ebbbb19
commit
8eadb8287d
|
@ -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')) {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user