sportsbet-mobile
Version:
Sportsbet mobile
26 lines (17 loc) • 428 B
text/typescript
///<reference path=".#ts/client.d.ts" />
interface Templates {
gbError: Template;
}
Template.gbError.events({
'click .outgoing-button': function() {
location.href = 'https://mmwebhandler.aff-online.com/c/39543?sr=1217232';
}
});
Template.gbError.helpers({
});
Template.gbError.rendered = function(){
$('.modal.fade').modal("show");
};
Template.gbError.onDestroyed(function() {
$('.modal.fade').modal("hide");
});