mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-06 13:34:25 +02:00
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…
x
Reference in New Issue
Block a user