Showing
1 changed file
with
1 additions
and
3 deletions
@@ -443,9 +443,7 @@ $('#me-del-checked').click(function() { | @@ -443,9 +443,7 @@ $('#me-del-checked').click(function() { | ||
443 | type: favType | 443 | type: favType |
444 | } | 444 | } |
445 | }).then(function(data) { | 445 | }).then(function(data) { |
446 | - if (data.code === 200) { | ||
447 | - history.go(0); | ||
448 | - } | 446 | + history.go(0); |
449 | }); | 447 | }); |
450 | } | 448 | } |
451 | }); | 449 | }); |
-
Please register or login to post a comment