Explorar o código

210725 bug fix

yukyo %!s(int64=3) %!d(string=hai) anos
pai
achega
1c741fbc53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backstage/templates/tables/editor_table.html

+ 1 - 1
backstage/templates/tables/editor_table.html

@@ -132,6 +132,7 @@
       $('#cdraft').removeAttr('checked');
       $('#cdraft').prop('checked', obj.checked);
       updateHeader();
+      oTitle = "";
     });
   }
   function updateHeader() {
@@ -165,7 +166,6 @@
       }
       if (oTitle != $('#ctitle').val() && $('#ctitle').val() != "" && oTitle != "") {
         axios.get('/backstage/modTitle/' + oTitle + '/' + $('#ctitle').val())
-        oTitle = $('#ctitle').val();
       }
       postData = {
         content: mdContent,