Update index_m.html

This commit is contained in:
钟进 2018-09-23 16:37:30 +08:00
parent 592ed14646
commit ef1865e4ba

View File

@ -119,6 +119,7 @@
callback({
location: $('#location').val(),
language: $('#language').val(),
transURL: $('transURL').val(),
sendTranslations: $('#sendTranslations').prop('checked')
});
}
@ -148,6 +149,14 @@
<label for="language" class="translate">Language</label>
</div>
</div>
<div class="row">
<div class="input-field col s12 m4">
<input class="value autocomplete" id="transURL" type="text"/>
<label for="location" class="translate">TranslationsURL</label>
</div>
</div>
<div class="row">
<div class="input-field col s12 m4">
<input class="value" type="checkbox" id="nonMetric"/>