Update index_m.html

This commit is contained in:
钟进 2018-09-23 17:05:53 +08:00
parent e52167af6d
commit 94921031a1

View File

@ -123,7 +123,7 @@
callback({ callback({
location: $('#location').val(), location: $('#location').val(),
language: $('#language').val(), language: $('#language').val(),
transURL: $('transURL').val(), transURL: $('#transURL').val(),
sendTranslations: $('#sendTranslations').prop('checked') sendTranslations: $('#sendTranslations').prop('checked')
}); });
} }