mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) fix browser check and favicon in grist-core
Summary: A check for old browsers and a Grist favicon were not available in grist-core, leaving harmless but distracting errors in logs. This adds them. Test Plan: checked manually Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: jarek Differential Revision: https://phab.getgrist.com/D3207
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<!-- INSERT BASE -->
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="favicon.png" />
|
||||
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
|
||||
|
||||
<link rel="stylesheet" href="jqueryui/themes/smoothness/jquery-ui.css">
|
||||
<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.png" />
|
||||
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
|
||||
<link rel="stylesheet" href="icons/icons.css">
|
||||
<title>Custom widget</title>
|
||||
<style>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<!-- INSERT BASE -->
|
||||
<link rel="icon" type="image/x-icon" href="favicon.png" />
|
||||
<link rel="icon" type="image/x-icon" href="icons/favicon.png" />
|
||||
<link rel="stylesheet" href="icons/icons.css">
|
||||
<title>Grist</title>
|
||||
</head>
|
||||
|
||||
BIN
static/icons/favicon.png
Normal file
BIN
static/icons/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user