Removed the caching of the product key.
This commit is contained in:
Родитель
5e6b3dc185
Коммит
8426d1291f
|
@ -50,8 +50,7 @@ window.addEventListener('deviceready', function () {
|
|||
enableShake: data.enableShake,
|
||||
apiUrl: data.apiUrl
|
||||
};
|
||||
feedback.initialize(data.productKey, feedbackOptions);
|
||||
window.productKey = data.productKey;
|
||||
feedback.initialize(data.productKey, feedbackOptions);
|
||||
}
|
||||
}, function(err) {
|
||||
window.data = err;
|
||||
|
|
Загрузка…
Ссылка в новой задаче