summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-07-21 02:13:31 +0200
committerYorhel <git@yorhel.nl>2015-07-21 02:13:31 +0200
commit0032d62652c6168316fd9429d17604b61a812598 (patch)
tree20a40c8771b179dacf37bd62666410159c9fc7fe /data
parent7605b38f304f043b1a0947278eca12daad32a608 (diff)
Add profile option to show or summarize tags on VN pages by default
Diffstat (limited to 'data')
-rw-r--r--data/lang.txt12
-rw-r--r--data/script.js2
2 files changed, 13 insertions, 1 deletions
diff --git a/data/lang.txt b/data/lang.txt
index f308b4e8..9626176d 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -12544,6 +12544,18 @@ tr : NSFW resimler için gösterilen uyarıyı devre dışı bırak
uk : Відключити попередження про небезпечні зображення.
it : Disabilita avvertimenti per le immagini NSFW
+:_usere_ftags
+en : Show all tags by default on visual novel pages.
+ru*:
+cs*:
+hu*:
+nl*:
+de*:
+es*:
+tr*:
+uk*:
+it*:
+
:_usere_skin
en : Preferred skin
ru : Предпочитаемая шкурка
diff --git a/data/script.js b/data/script.js
index dddc800c..a1e74608 100644
--- a/data/script.js
+++ b/data/script.js
@@ -495,7 +495,7 @@ function tvsInit() {
var l = byName(byId('tagops'), 'a');
for(var i=0;i<l.length; i++)
l[i].onclick = tvsClick;
- tvsSet(getCookie('tagspoil'), true, (getCookie('tagcat')||'cont,tech').split(','));
+ tvsSet(getCookie('tagspoil'), hasClass(l[6], 'tsel'), (getCookie('tagcat')||'cont,tech').split(','));
}
function tvsClick() {