summaryrefslogtreecommitdiffstats
path: root/web/js/labitrack.d/08-tags.js
blob: 48ae6d5697b2850d95192495a3d67a7a6bebd7b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
(function(){
	λ.tags = [
		{
			name: 'person',
			desc: 'Owned by a member (not by Labitat)'
		},
		{
			name: 'manual',
			desc: 'Read the manual before use'
		},
		{
			name: 'dnh',
			desc: 'Do not hack'
		},
		/*{
			name: 'dne',
			desc: 'Do not eat'
		},
		{
			name: 'dohack',
			desc: 'Do hack'
		}*/
	];
}());