Compare commits
1 Commits
f45ab949b2
...
l10n_maste
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a296e8f33b |
@@ -99,10 +99,8 @@ function formattimeutc(date) {
|
|||||||
}
|
}
|
||||||
postMessage(['sendSinmpleIpc', 'custom-css-request'], '*')
|
postMessage(['sendSinmpleIpc', 'custom-css-request'], '*')
|
||||||
|
|
||||||
incrementid=0
|
function makeCID() {
|
||||||
function makeCID()
|
return uuid()
|
||||||
{
|
|
||||||
return incrementid++
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function rgbToHex(color) {
|
function rgbToHex(color) {
|
||||||
|
|||||||
@@ -335,17 +335,7 @@ function cardCheck(tlid) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function mov(id, tlid, type, rand, target)
|
function mov(id, tlid, type, rand, target) {
|
||||||
{
|
|
||||||
mouseover=localStorage.getItem('mouseover')
|
|
||||||
switch (mouseover)
|
|
||||||
{
|
|
||||||
case 'yes': if (type=='mv') $(target).removeClass('hide-actions'); break;
|
|
||||||
case 'click': if (type=='cl') $(target).toggleClass('hide-actions'); break;
|
|
||||||
case 'no': break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*function mov(id, tlid, type, rand, target) {
|
|
||||||
const dropdownTrigger = `dropdown_${rand}`
|
const dropdownTrigger = `dropdown_${rand}`
|
||||||
let elm = document.querySelector(`#timeline_${tlid} #${dropdownTrigger}`)
|
let elm = document.querySelector(`#timeline_${tlid} #${dropdownTrigger}`)
|
||||||
if(tlid == 'notf') {
|
if(tlid == 'notf') {
|
||||||
@@ -393,7 +383,7 @@ function mov(id, tlid, type, rand, target)
|
|||||||
//$(tlide + " [toot-id=" + id + "] .area-actions").toggleClass("hide")
|
//$(tlide + " [toot-id=" + id + "] .area-actions").toggleClass("hide")
|
||||||
//$(tlide + " [toot-id=" + id + "] .area-side").toggleClass("hide")
|
//$(tlide + " [toot-id=" + id + "] .area-side").toggleClass("hide")
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
function resetmv(type) {
|
function resetmv(type) {
|
||||||
var mouseover = localStorage.getItem('mouseover')
|
var mouseover = localStorage.getItem('mouseover')
|
||||||
|
|||||||
@@ -994,7 +994,7 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type, onlyContent) {
|
|||||||
menuct++
|
menuct++
|
||||||
}
|
}
|
||||||
//このトゥート内のアクションを完了させるために、適当にIDを振る
|
//このトゥート内のアクションを完了させるために、適当にIDを振る
|
||||||
var rand = makeCID()
|
var rand = uuid()
|
||||||
//プラグイン機構
|
//プラグイン機構
|
||||||
var pluginBOT = plugins.buttonOnToot
|
var pluginBOT = plugins.buttonOnToot
|
||||||
var pluginHtml = ''
|
var pluginHtml = ''
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"draghere": "Zum Hochladen hier her ziehen",
|
"draghere": "Zum Hochladen hier her ziehen",
|
||||||
"nowOffline": "OFFLINE: all of your post is in the draft box and you should reload after re-connect to the Internet",
|
"nowOffline": "OFFLINE: Ihr gesamter Beiträge befinden sich in Entwürfen und du solltest nach einer erneuten Internetverbindung neu laden",
|
||||||
"reOnline": "Jetzt haben wir wieder Internet. Du solltest neuladen...",
|
"reOnline": "Jetzt haben wir wieder Internet. Du solltest neuladen...",
|
||||||
"close": "Schließen",
|
"close": "Schließen",
|
||||||
"webSrc": "Suche im Internet",
|
"webSrc": "Suche im Internet",
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
"openBrowser": "Im Browser öffnen",
|
"openBrowser": "Im Browser öffnen",
|
||||||
"screenshot": "Bildschirmfoto aufnehmen",
|
"screenshot": "Bildschirmfoto aufnehmen",
|
||||||
"copyURL": "URL dieses Tröts kopieren",
|
"copyURL": "URL dieses Tröts kopieren",
|
||||||
"copy": "Copy",
|
"copy": "Kopieren",
|
||||||
"embed": "Einbinden",
|
"embed": "Einbinden",
|
||||||
"toots": "Tröts",
|
"toots": "Tröts",
|
||||||
"follow": "Folgen",
|
"follow": "Folgen",
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
"foundBug": "Ich habe einen Fehler gefunden",
|
"foundBug": "Ich habe einen Fehler gefunden",
|
||||||
"show": "Zeige",
|
"show": "Zeige",
|
||||||
"directory": "Verzeichnis",
|
"directory": "Verzeichnis",
|
||||||
"discover": "Discover",
|
"discover": "Entdecken",
|
||||||
"active": "Kürzlich aktiv",
|
"active": "Kürzlich aktiv",
|
||||||
"newcomer": "Neu eingetroffen",
|
"newcomer": "Neu eingetroffen",
|
||||||
"local_only": "Nur lokal",
|
"local_only": "Nur lokal",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<body class="">
|
<body class="">
|
||||||
<script>
|
<script>
|
||||||
var ver = '22.3.0 (Koume)'
|
var ver = '22.3.0 (Koume)'
|
||||||
var gitHash = 'ab460d14015eae75d1feccf0594373e5b9aee9ea'
|
var gitHash = '679151e8eadafebe68b8c0887e9189caeb94474e'
|
||||||
//betaを入れるとバージョンチェックしない
|
//betaを入れるとバージョンチェックしない
|
||||||
//var ver="beta";
|
//var ver="beta";
|
||||||
var acct_id = 0
|
var acct_id = 0
|
||||||
|
|||||||
@@ -645,7 +645,7 @@
|
|||||||
class="material-icons left">list</i>Help/Docs</a>
|
class="material-icons left">list</i>Help/Docs</a>
|
||||||
<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2" style="width:100%; max-width:40rem;"><i class="fab fa-github left"></i>GitHub</a>
|
<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2" style="width:100%; max-width:40rem;"><i class="fab fa-github left"></i>GitHub</a>
|
||||||
<a href="index.html?mode=user&code=Cutls@1m.cutls.com" class="btn waves-effect blue lighten-2" style="width:100%; max-width:40rem;"><img src="../../img/desk_full.svg" class="left" width="25" style="padding-top:5px;">Main author: Cutls@1m.cutls.com</a>
|
<a href="index.html?mode=user&code=Cutls@1m.cutls.com" class="btn waves-effect blue lighten-2" style="width:100%; max-width:40rem;"><img src="../../img/desk_full.svg" class="left" width="25" style="padding-top:5px;">Main author: Cutls@1m.cutls.com</a>
|
||||||
<br> TheDesk @ <a href="https://github.com/cutls/TheDesk/commits/ab460d14015eae75d1feccf0594373e5b9aee9ea">ab460d14015eae75d1feccf0594373e5b9aee9ea</a> - <a onclick="checkupd(); return localStorage.removeItem('new-ver-skip'); location.href='index.html';" class="pointer pwa">Sprawdź aktualizacje</a><br>
|
<br> TheDesk @ <a href="https://github.com/cutls/TheDesk/commits/679151e8eadafebe68b8c0887e9189caeb94474e">679151e8eadafebe68b8c0887e9189caeb94474e</a> - <a onclick="checkupd(); return localStorage.removeItem('new-ver-skip'); location.href='index.html';" class="pointer pwa">Sprawdź aktualizacje</a><br>
|
||||||
<br> Kyash
|
<br> Kyash
|
||||||
<br>
|
<br>
|
||||||
<img src="../../img/kyash.png" width="100"><br>
|
<img src="../../img/kyash.png" width="100"><br>
|
||||||
@@ -653,7 +653,7 @@
|
|||||||
<img src="https://status.cutls.com/badge-service?site=thedesk.top">
|
<img src="https://status.cutls.com/badge-service?site=thedesk.top">
|
||||||
</a><br>
|
</a><br>
|
||||||
<h5>OSS License</h5>
|
<h5>OSS License</h5>
|
||||||
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fcutls%2FTheDesk/refs/branch/master/ab460d14015eae75d1feccf0594373e5b9aee9ea" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcutls%2FTheDesk.svg?type=small" /></a>
|
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2Fcutls%2FTheDesk/refs/branch/master/679151e8eadafebe68b8c0887e9189caeb94474e" alt="FOSSA Status"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcutls%2FTheDesk.svg?type=small" /></a>
|
||||||
<br>
|
<br>
|
||||||
<span style="font-family:Open Sans;">Copyright © TheDesk 2018
|
<span style="font-family:Open Sans;">Copyright © TheDesk 2018
|
||||||
Under <a href="https://github.com/cutls/TheDesk/blob/master/LICENSE">GNU General Public License v3.0</a> and <a
|
Under <a href="https://github.com/cutls/TheDesk/blob/master/LICENSE">GNU General Public License v3.0</a> and <a
|
||||||
|
|||||||
Reference in New Issue
Block a user