mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-08-24 19:20:11 +08:00
commit
c50895d6ba
@ -375,7 +375,7 @@
|
|||||||
/**
|
/**
|
||||||
* 创建项目
|
* 创建项目
|
||||||
*/
|
*/
|
||||||
$("#btnSaveDocument").on("click",function () {
|
$("body").on("click","#btnSaveDocument",function () {
|
||||||
var $this = $(this);
|
var $this = $(this);
|
||||||
|
|
||||||
|
|
||||||
@ -544,4 +544,4 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user