forgot a paren
This commit is contained in:
parent
6c2c3d9157
commit
12e15ba3a1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ $(function() {
|
|||
|
||||
if( old_request_count == 1 ) {
|
||||
$(".new_requests").html(
|
||||
$(".new_requests").html().replace(/ \(\d+\)/,'');
|
||||
$(".new_requests").html().replace(/ \(\d+\)/,''));
|
||||
|
||||
} else {
|
||||
$(".new_requests").html(
|
||||
|
|
|
|||
Loading…
Reference in a new issue