From 49a3a11712c2d137b4b4af0d6b14fdf35390ee08 Mon Sep 17 00:00:00 2001 From: tycrek Date: Thu, 15 Apr 2021 13:19:44 -0600 Subject: [PATCH] removed old function --- ass.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ass.js b/ass.js index 5ab9155..d1b30f5 100755 --- a/ass.js +++ b/ass.js @@ -148,16 +148,3 @@ function getTrueHttp() { function getTrueDomain(d = domain) { return d.concat((port == 80 || port == 443 || isProxied) ? '' : `:${port}`); } - -function genHtml(resourceId) { - return ` - - - ass - - - - ass - -`; -}