modified: js/scripts.js

This commit is contained in:
Daisuke 2020-04-22 11:27:00 -05:00
parent e714ac8bd0
commit 64f540dce5
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ $('body').on('click', '#settings #send', function() {
$('#settings #send').after('<img id="loading" src="img/loading.gif">');
var attach = $('#settings input[name=attach]:checked').val();
var explicit = $('#settings input[name=explicit]:checked').val();
var replies = $('#settings input[name=replies]').val();
var replies = $('#settings select[name=replies]').val();
var reblog = $('#settings input[name=reblog]:checked').val();
var text = $('#settings input[name=text]:checked').val();
var videoloop = $('#settings input[name=videoloop]:checked').val();