Enable notifications in secure pads
This commit is contained in:
@@ -75,6 +75,10 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
funcs.notify = function () {
|
||||
ctx.sframeChan.event('EV_NOTIFY');
|
||||
};
|
||||
|
||||
funcs.setLoginRedirect = function (cb) {
|
||||
ctx.sframeChan.query('Q_SET_LOGIN_REDIRECT', null, function (err) {
|
||||
if (cb) { cb(err); }
|
||||
|
||||
Reference in New Issue
Block a user