mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Remove warning because loadTilesWithAjax
flag is not passed to the TileSource
This commit is contained in:
parent
e236ff0ea8
commit
bd6ec09458
@ -450,10 +450,6 @@ $.TileSource.prototype = {
|
|||||||
|
|
||||||
var postData = null;
|
var postData = null;
|
||||||
if (this.splitHashDataForPost) {
|
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.");
|
|
||||||
}
|
|
||||||
var hashIdx = url.indexOf("#");
|
var hashIdx = url.indexOf("#");
|
||||||
if (hashIdx !== -1) {
|
if (hashIdx !== -1) {
|
||||||
postData = url.substring(hashIdx + 1);
|
postData = url.substring(hashIdx + 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user