This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/resources/js/browsehelper.js

7 lines
170 B
JavaScript

/* simple collections helper */
function document_collection_setbatching(size, oldurl) {
var newurl = oldurl + '&page_size=' + size;
window.location = newurl;
}