mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +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;
|
||||
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("#");
|
||||
if (hashIdx !== -1) {
|
||||
postData = url.substring(hashIdx + 1);
|
||||
|
Loading…
Reference in New Issue
Block a user