summaryrefslogblamecommitdiffstats
path: root/web/js/labitrack.d/08-tags.js
blob: 48ae6d5697b2850d95192495a3d67a7a6bebd7b7 (plain) (tree)























                                                                  
(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'
		}*/
	];
}());