|
|
@@ -61,7 +61,6 @@ $(document).ready(function () { |
|
|
|
$('span.autodoc_home_modal_name').click(function(e) { |
|
|
|
$(e.target).addClass('d-none'); |
|
|
|
$('input.autodoc_home_modal_name').removeClass('d-none'); |
|
|
|
home_modal_edit_name(); |
|
|
|
}); |
|
|
|
|
|
|
|
$('input.autodoc_home_moal_name').keypress(function(e) { |
|
|
@@ -175,8 +174,12 @@ function document_load() { |
|
|
|
.html(doc.created); |
|
|
|
|
|
|
|
$(col) |
|
|
|
.find(".autodoc_template_home_name") |
|
|
|
.find("span.autodoc_template_home_name") |
|
|
|
.html(doc.name); |
|
|
|
|
|
|
|
$(col) |
|
|
|
.find("input.autodoc_template_home_name") |
|
|
|
.val(doc.name); |
|
|
|
|
|
|
|
$(col) |
|
|
|
.find(".autodoc_template_home_pages") |