mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -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) {
|
||||
var defer = $.Deferred();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue