diff --git a/~dev_rating/media/js/admin/students/index.js b/~dev_rating/media/js/admin/students/index.js
index 93bdec922e1f17c39ec0f24d1fb97273b99b2c9a..8f47a4530554bec8cd2c08ab1a9c7bf06afc0da7 100644
--- a/~dev_rating/media/js/admin/students/index.js
+++ b/~dev_rating/media/js/admin/students/index.js
@@ -48,6 +48,7 @@ $(function()
     $('#gradeSelect').change(function(){
         getStudentsList();
         $('#studyGroupSelect').attr('disabled', 'disabled');
+        $("#groupSelect").empty();
         $("#studyGroupSelect").html('<option value="0">--- Учебная группа ---</option>');
 
         if (($('#gradeSelect option:selected').val()!= '0')) {