@@ -376,7 +376,7 @@
Module.onRuntimeInitialized = function () {
isFinish = true;
};
- function connect() {
+ function connect(type) {
$.ajax({
url: baseUrl + '/api/resources/user/cloud/connect',
type: 'post',