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

.clone(); .clone();


$.getJSON( $.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, null,
function (data, textStatus, jqXHR) { function (data, textStatus, jqXHR) {
$.each(data, function (id, doc) { $.each(data, function (id, doc) {

Loading…
Cancel
Save