Update index_m.html
This commit is contained in:
parent
592ed14646
commit
ef1865e4ba
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user