mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
quick-reply.js: i18n
This commit is contained in:
parent
1d7f3798c4
commit
39d18faa35
@ -395,7 +395,7 @@
|
|||||||
var floating_link = function() {
|
var floating_link = function() {
|
||||||
if (!settings.get('floating_link', true))
|
if (!settings.get('floating_link', true))
|
||||||
return;
|
return;
|
||||||
$('<a href="javascript:void(0)" class="quick-reply-btn">Quick Reply</a>')
|
$('<a href="javascript:void(0)" class="quick-reply-btn">'+_('Quick Reply')+'</a>')
|
||||||
.click(function() {
|
.click(function() {
|
||||||
show_quick_reply();
|
show_quick_reply();
|
||||||
$(this).remove();
|
$(this).remove();
|
||||||
|
Loading…
Reference in New Issue
Block a user