Fix ClassCastException in 9201045 (#338)

This commit is contained in:
MedicOP
2019-01-18 13:56:12 +01:00
committed by Ronan Lana
parent a363894882
commit 80d362dab3

View File

@@ -111,7 +111,7 @@ function action(mode, type, selection) {
var tl = eim.getTimeLeft();
if(tl >= 5 * 60 * 1000) {
eim.setProperty("timeLeft", tl);
eim.setProperty("timeLeft", tl.toString());
eim.restartEventTimer(4 * 60 * 1000);
}