summaryrefslogtreecommitdiffstats
path: root/web/js/labitrack.d/42-history.js
blob: a64b29fc96e0d7866a6e46c9549906a0524b89d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
(function(){
	var view = λ.routableview.extend({
		render: function () {
			λ.setcontent('identify', {'page': 'history'});
		}
	});

	view.route('history');
}());