north 8 years ago
parent
commit
6d23d0f33c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      www/protected/views/recharge/index.php

+ 6 - 0
www/protected/views/recharge/index.php

@@ -429,6 +429,12 @@
             }
             }
 
 
         }
         }
+        onLoadSuccess : function () {
+            $('#id_str').html('');
+            $('#recharge_id').val('');
+            $('#coupons_items').html('');
+            $('#add_text_coupons').html('');
+        }
 
 
     });
     });