aboutsummaryrefslogtreecommitdiffstats
path: root/97suifang-front/assets/js/edit_history_data.js
diff options
context:
space:
mode:
Diffstat (limited to '97suifang-front/assets/js/edit_history_data.js')
-rw-r--r--97suifang-front/assets/js/edit_history_data.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/97suifang-front/assets/js/edit_history_data.js b/97suifang-front/assets/js/edit_history_data.js
index e664a39..202ee27 100644
--- a/97suifang-front/assets/js/edit_history_data.js
+++ b/97suifang-front/assets/js/edit_history_data.js
@@ -80,4 +80,9 @@ $(document).ready(function(){
return false;
});
+
+ $(".edit_history_data_close").bind("click", function(){
+ parent.TB_remove();
+ return false;
+ });
}); \ No newline at end of file