Forgot one 'allowPost' rename

This commit is contained in:
Jirka 2022-01-12 22:37:59 +01:00
parent aacae1ca3f
commit e236ff0ea8

View File

@ -449,7 +449,7 @@ $.TileSource.prototype = {
}
var postData = null;
if (this.allowPost) {
if (this.splitHashDataForPost) {
if (!this.loadTilesWithAjax) {
console.warn("Ajax is not enabled, but post data are used. Post data is ignored " +
"without ajax in subsequent tile requests.");