mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-14 04:39:23 +00:00
change(web): drops build number from version in API call
This commit is contained in:
parent
34d1f02c1d
commit
27dd08ba98
1 changed files with 1 additions and 1 deletions
|
|
@ -1212,7 +1212,7 @@ namespace com.keyman {
|
|||
Lscript = this.keymanweb.util._CreateElement('script');
|
||||
|
||||
URL = URL + ((arguments.length > 1) && byLanguage ? 'languages' : 'keyboards')
|
||||
+'?jsonp=keyman.register&languageidtype=bcp47&version='+this.keymanweb['version']+'.'+this.keymanweb['build'];
|
||||
+'?jsonp=keyman.register&languageidtype=bcp47&version='+this.keymanweb['version'];
|
||||
|
||||
var kbdManager = this;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue