Browse Source

fix: backup now btn

jie 3 years ago
parent
commit
1c866b8ea9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/writing.html

+ 1 - 1
web/writing.html

@@ -239,7 +239,7 @@
   <script>
 
     $(function(){
-      $(".submit_btn,.submit_btn_run").on('click',function(e) {
+      $(".submit_btn,.submit_btn_backupNow").on('click',function(e) {
         e.preventDefault();
         $('body').animate({ scrollTop: 0 }, 300);
         $.ajax({