mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
move handler
This commit is contained in:
parent
b8e312d372
commit
8ff8b47f35
@ -1533,6 +1533,10 @@ define([
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
sframeChan.on('Q_GET_PAD_TEAMS', function (types, cb) {
|
||||
Cryptpad.getPadTeams(types, cb);
|
||||
});
|
||||
};
|
||||
addCommonRpc(sframeChan, isSafe);
|
||||
|
||||
|
||||
@ -162,11 +162,6 @@ define([
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
sframeChan.on('Q_GET_PAD_TEAMS', function (types, cb) {
|
||||
Cryptpad.getPadTeams(types, cb);
|
||||
});
|
||||
|
||||
sframeChan.on('EV_SECURE_ACTION', function (data) {
|
||||
config.onAction(data);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user