From 47a726dacaa606e75bc7ef4ff38bec61d318ecaa Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Sat, 3 May 2014 02:52:39 -0700 Subject: [PATCH] I don't know why this was changed. Long filenames are shit. --- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- src/General/Config.coffee | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 6ffe0e39f..532a32cc8 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -310,7 +310,7 @@ }, time: '%m/%d/%y(%a)%H:%M:%S', backlink: '>>%id', - fileInfo: '%L (%p%s, %r)', + fileInfo: '%l (%p%s, %r)', favicon: 'ferongr', usercss: '', hotkeys: { diff --git a/builds/crx/script.js b/builds/crx/script.js index 9823e7bff..e912a6e1b 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -286,7 +286,7 @@ }, time: '%m/%d/%y(%a)%H:%M:%S', backlink: '>>%id', - fileInfo: '%L (%p%s, %r)', + fileInfo: '%l (%p%s, %r)', favicon: 'ferongr', usercss: '', hotkeys: { diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 91516f580..7df0703bd 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -583,7 +583,7 @@ vp-replace backlink: '>>%id' - fileInfo: '%L (%p%s, %r)' + fileInfo: '%l (%p%s, %r)' favicon: 'ferongr'