mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
优化判断文档是否保存
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
window.fileUploadURL = "{{urlfor "DocumentController.Upload" "identify" .Model.Identify}}";
|
||||
window.documentCategory = {{.Result}};
|
||||
window.book = {{.ModelResult}};
|
||||
window.selectNode = null;
|
||||
window.deleteURL = "{{urlfor "DocumentController.Delete" ":key" .Model.Identify}}";
|
||||
window.editURL = "{{urlfor "DocumentController.Content" ":key" .Model.Identify ":id" ""}}"
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user