mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Remove unused jquery cachedScript
This commit is contained in:
parent
4530e816b0
commit
1413733271
1 changed files with 0 additions and 8 deletions
|
@ -268,14 +268,6 @@ function resetFilters(text) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$.cachedScript = function (url) {
|
|
||||||
return $.ajax({
|
|
||||||
dataType: "script",
|
|
||||||
cache: true,
|
|
||||||
url: url
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
function isPrivateIP(ip_address) {
|
function isPrivateIP(ip_address) {
|
||||||
var defer = $.Deferred();
|
var defer = $.Deferred();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue