mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:10:12 +00:00
Remove obsolete view/js/acl.js
- Remove references to the deleted file
This commit is contained in:
parent
ae3d4f63a3
commit
b64b18e6f7
5 changed files with 0 additions and 382 deletions
|
@ -5,16 +5,13 @@ command -v uglifyjs >/dev/null 2>&1 || { echo >&2 "I require UglifyJS but it's n
|
|||
MINIFY_CMD=uglifyjs
|
||||
|
||||
JSFILES=(
|
||||
"view/js/acl.js"
|
||||
"view/js/ajaxupload.js"
|
||||
"view/js/country.js"
|
||||
"view/js/main.js"
|
||||
"vendor/asset/base64/base64.min.js"
|
||||
"view/theme/frost/js/acl.js"
|
||||
"view/theme/frost/js/jquery.divgrow-1.3.1.f1.js"
|
||||
"view/theme/frost/js/main.js"
|
||||
"view/theme/frost/js/theme.js"
|
||||
"view/theme/frost-mobile/js/acl.js"
|
||||
"view/theme/frost-mobile/js/jquery.divgrow-1.3.1.f1.js"
|
||||
"view/theme/frost-mobile/js/main.js"
|
||||
"view/theme/frost-mobile/js/theme.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue