Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
0a1ff9f36f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      www/js/autodoc.js

+ 1
- 0
www/js/autodoc.js View File

@@ -422,6 +422,7 @@ function home_modal_page_next() {
function home_modal_open(docid) {
$.getJSON(conf.openapi + "/documents/" + docid, function (data) {
$('#autodoc_home_modal').data('document', data);
console.log(data);
var pageNum;
for (var i = 0; i < data.pageId.length; i++) {
if (data.pageId[i] == data.primaryPage) {

Loading…
Cancel
Save