Browse Source

test

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

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

openapi: "/v1", openapi: "/v1",
pageinit: { pageinit: {
home: "page_load_home()" home: "page_load_home()"
},
home: {
width: 4
} }
}; };


.clone(); .clone();


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

Loading…
Cancel
Save