Skip to content

Commit

Permalink
Revert "ok (#21116)" (#21247)
Browse files Browse the repository at this point in the history
This reverts commit 642a0d7.
  • Loading branch information
hughhhh committed Aug 30, 2022
1 parent 04dd8d4 commit f2d67f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
# "rel": "icon"
# },
FAVICONS = [{"href": "/static/assets/images/favicon.png"}]
TAB_TITLE = None


def _try_json_readversion(filepath: str) -> Optional[str]:
Expand Down
1 change: 0 additions & 1 deletion superset/templates/superset/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{% from 'superset/partials/asset_bundle.html' import css_bundle, js_bundle with context %}

{% set favicons = appbuilder.app.config['FAVICONS'] %}
{% set title = appbuilder.app.config['TAB_TITLE'] %}
<html>
<head>
<title>
Expand Down

0 comments on commit f2d67f7

Please sign in to comment.