Commit c954cad540d7d8bdd1750e8d625dc9457362dcda
1 parent
08ec98e2
update
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/resources/static/pages/forms/statement/correctForm.html
| @@ -253,9 +253,9 @@ | @@ -253,9 +253,9 @@ | ||
| 253 | /* var list_correctForm_statistics = template('list_correctForm_statistics',temp); | 253 | /* var list_correctForm_statistics = template('list_correctForm_statistics',temp); |
| 254 | $('#forms .list_correctForm_statistics').html(list_correctForm_statistics); */ | 254 | $('#forms .list_correctForm_statistics').html(list_correctForm_statistics); */ |
| 255 | 255 | ||
| 256 | -// if(result.length == 0) | ||
| 257 | -// $("#export").attr('disabled',"true"); | ||
| 258 | -// else | 256 | + if(result.length == 0) |
| 257 | + $("#export").attr('disabled',"true"); | ||
| 258 | + else | ||
| 259 | $("#export").removeAttr("disabled"); | 259 | $("#export").removeAttr("disabled"); |
| 260 | 260 | ||
| 261 | }); | 261 | }); |