fixed dual page showing issue after creating manual log.

#29
This commit is contained in:
Watts 2017-04-13 21:01:07 +01:00
parent 0a947af22f
commit 2fc036e7c3

View File

@ -483,7 +483,7 @@
self.createManualLog(self.manualLog()); self.createManualLog(self.manualLog());
$('#manualLogDialog').modal("hide"); $('#manualLogDialog').modal("hide");
self.goToTimeLogs(self.chosenTimeLogUserId, null, [{ key: "selectedDate", value: self.selectedTimeLogDate() }]); //self.goToTimeLogs(self.chosenTimeLogUserId, null, [{ key: "selectedDate", value: self.selectedTimeLogDate() }]);
}); });
//default route (home page) //default route (home page)
this.get("", function () { this.app.runRoute("get", "#" + self.uiPages.home()) }); this.get("", function () { this.app.runRoute("get", "#" + self.uiPages.home()) });