Browse Source

test

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

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

@@ -68,7 +68,7 @@ function document_load(page) {
.clone();

$.getJSON(
conf.openapi + "/documents?pageSize=" + conf.home.width + "&pageIndex=" + page,
conf.openapi + "/documents?pageSize=" + conf.home.width + "&pageIndex=" + page + "&maxWidth=" + Math.floor(1000/conf.home.width),
null,
function (data, textStatus, jqXHR) {
$.each(data, function (id, doc) {

Loading…
Cancel
Save