fix round redirect

This commit is contained in:
Thibault Duplessis 2014-10-20 23:57:48 +02:00
parent 8bc7ac86bf
commit a17844aed1

View file

@ -59,7 +59,7 @@ module.exports = function(send, ctrl) {
xhr.reload(ctrl.data).then(ctrl.reload);
},
redirect: function() {
data.redirecting = true;
ctrl.data.redirecting = true;
m.redraw();
},
threefoldRepetition: function() {