Fix small bug in info pages.

This commit is contained in:
Kevin Dungs
2014-11-08 16:00:19 +01:00
parent 2725f971d9
commit f85a20305b
+1 -1
View File
@@ -86,7 +86,7 @@
};
this.showInfo = function(r) {
UI.showModal(r.name, r.getInfo());
UI.showLevels(r.level);
UI.showLevels(r.state.level);
};
}]);