ep_delete_after_delay/static/js/reconnect.js

9 lines
242 B
JavaScript
Raw Normal View History

2015-03-02 22:44:24 +00:00
if(typeof exports == 'undefined'){
var exports = this['mymodule'] = {};
}
exports.handleClientMessage_CUSTOM = function(hook, context, wut){
if(context.payload.action === 'requestRECONNECT'){
window.location.reload();
}
}