the powertip on tournament pairings is mostly annoying

This commit is contained in:
Thibault Duplessis 2016-01-24 14:41:25 +07:00
parent c0b259da9b
commit 125d838be4

View file

@ -22,13 +22,7 @@ module.exports = function(ctrl) {
tag: 'a',
attrs: {
key: p.id,
href: '/' + p.id,
class: 'glpt',
config: function(el, isUpdate, ctx) {
if (!isUpdate) ctx.onunload = function() {
$.powerTip.destroy(el);
};
}
href: '/' + p.id
},
children: [
user(p, 0),