ep_delete_after_delay/static/js/reconnect.js
2015-03-02 23:44:24 +01:00

8 lines
242 B
JavaScript

if(typeof exports == 'undefined'){
var exports = this['mymodule'] = {};
}
exports.handleClientMessage_CUSTOM = function(hook, context, wut){
if(context.payload.action === 'requestRECONNECT'){
window.location.reload();
}
}