Skip to content

Commit 0e51bc5

Browse files
committed
Me of last year, you were too clever.
1 parent 1614c63 commit 0e51bc5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/admin/rough_scores.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,10 @@
127127
});
128128
}
129129

130-
function batchgroup_val(e){
131-
if(e.batchgroup){
132-
return e.batchgroup;
133-
}
134-
return 'ZZZZZZZZZZZZZZ';
130+
function batchgroup_val(){
131+
return function(e){
132+
e.batchgroup?e.batchgroup:'ZZZZZZZZZZ';
133+
};
135134
}
136135

137136
$(document).ready(function(){

0 commit comments

Comments
 (0)