Browse Source

fix: template syntax error

Cat 3 years ago
parent
commit
2cd0a6f25d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      resources/views/tabler/admin/node/edit.tpl

+ 3 - 1
resources/views/tabler/admin/node/edit.tpl

@@ -247,7 +247,9 @@
                 },
                 error: (jqXHR) => {
                     $("#result").modal();
-                    $$.getElementById('msg').innerHTML = `发生错误:${jqXHR.status}`;
+                    $$.getElementById('msg').innerHTML = `发生错误:${
+                        jqXHR.status
+                        }`;
                 }
             });
         }