mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-29 08:36:10 +03:00
Forgot one 'allowPost' rename
This commit is contained in:
parent
aacae1ca3f
commit
e236ff0ea8
@ -449,7 +449,7 @@ $.TileSource.prototype = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var postData = null;
|
var postData = null;
|
||||||
if (this.allowPost) {
|
if (this.splitHashDataForPost) {
|
||||||
if (!this.loadTilesWithAjax) {
|
if (!this.loadTilesWithAjax) {
|
||||||
console.warn("Ajax is not enabled, but post data are used. Post data is ignored " +
|
console.warn("Ajax is not enabled, but post data are used. Post data is ignored " +
|
||||||
"without ajax in subsequent tile requests.");
|
"without ajax in subsequent tile requests.");
|
||||||
|
Loading…
Reference in New Issue
Block a user