loader.js: Remove deprecated method ` addUrlFlag()`
This commit is contained in:
parent
eb768b4fce
commit
a3afc1cf5d
|
@ -443,21 +443,6 @@
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Add the specified flag to the given URL
|
|
||||||
*
|
|
||||||
* @param {string} url
|
|
||||||
* @param {string} flag
|
|
||||||
*
|
|
||||||
* @returns {string}
|
|
||||||
*
|
|
||||||
* @deprecated since version 2.8.0. Use {@link Icinga.Utils.addUrlFlag()} instead
|
|
||||||
*/
|
|
||||||
addUrlFlag: function(url, flag)
|
|
||||||
{
|
|
||||||
return this.icinga.utils.addUrlFlag(url, flag);
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process the X-Icinga-Redirect HTTP Response Header
|
* Process the X-Icinga-Redirect HTTP Response Header
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue