* those js snippets don't really care what namespace they are included in * .. why are they even php files...?
10 lines
190 B
PHP
10 lines
190 B
PHP
var _ = [
|
|
{
|
|
id: 'reputation',
|
|
after: 'location',
|
|
name: LANG.rep,
|
|
tooltip: LANG.tooltip_repgain,
|
|
width: '8%',
|
|
value: 'reputation'
|
|
}
|
|
];
|