am 02f3e81e
: am fb247b7e
: am 386cbaeb
: am 9f2971d1
: docs: fix suggestions due to file name change for js files
* commit '02f3e81e9ee93848d9805222d79a4a76ea2e898a': docs: fix suggestions due to file name change for js files
This commit is contained in:
@@ -20,10 +20,10 @@ $(document).ready(function() {
|
|||||||
// load json file for Android API search suggestions
|
// load json file for Android API search suggestions
|
||||||
$.getScript(toRoot + 'reference/lists.js');
|
$.getScript(toRoot + 'reference/lists.js');
|
||||||
// load json files for Google services API suggestions
|
// load json files for Google services API suggestions
|
||||||
$.getScript(toRoot + 'reference/gcm-lists.js', function(data, textStatus, jqxhr) {
|
$.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) {
|
||||||
// once the GCM json (GCM_DATA) is loaded, load the GMS json (GMS_DATA) and merge the data
|
// once the GCM json (GCM_DATA) is loaded, load the GMS json (GMS_DATA) and merge the data
|
||||||
if(jqxhr.status === 200) {
|
if(jqxhr.status === 200) {
|
||||||
$.getScript(toRoot + 'reference/gms-lists.js', function(data, textStatus, jqxhr) {
|
$.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) {
|
||||||
if(jqxhr.status === 200) {
|
if(jqxhr.status === 200) {
|
||||||
// combine GCM and GMS data
|
// combine GCM and GMS data
|
||||||
GOOGLE_DATA = GMS_DATA;
|
GOOGLE_DATA = GMS_DATA;
|
||||||
|
Reference in New Issue
Block a user