mirror of
https://github.com/zyphlar/organicmaps-locale-viewer.git
synced 2024-03-08 13:27:46 +00:00
Update index.html
This commit is contained in:
parent
d03a4936d8
commit
ed5b18f4e5
|
@ -3,8 +3,8 @@
|
|||
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
|
||||
<script type="text/javascript">
|
||||
function loadLocale(){
|
||||
var sourceUrl = "https://raw.githubusercontent.com/organicmaps/organicmaps/3ceccfe3761e1eefd3ae92f92dc2d9d856680042/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json";
|
||||
var fancyUrl = "https://github.com/organicmaps/organicmaps/blob/3ceccfe3761e1eefd3ae92f92dc2d9d856680042/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json"
|
||||
var sourceUrl = "https://raw.githubusercontent.com/organicmaps/organicmaps/5f7013eb5520d1c849342b0bfac2dd53fa428340/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json";
|
||||
var fancyUrl = "https://github.com/organicmaps/organicmaps/blob/5f7013eb5520d1c849342b0bfac2dd53fa428340/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json"
|
||||
|
||||
$("#sourceUrl").attr("href", fancyUrl).text($("#localeSelect").val()+".json");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user