loader.js: Remove deprecated method ` addUrlFlag()`

This commit is contained in:
Sukhwinder Dhillon 2022-05-02 15:45:32 +02:00 committed by Johannes Meyer
parent eb768b4fce
commit a3afc1cf5d
1 changed files with 0 additions and 15 deletions

View File

@ -443,21 +443,6 @@
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
*