Skip to content

Commit

Permalink
chrome v111 update breaks live preview notification
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Mar 9, 2023
1 parent 67c2ab5 commit 34e3471
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions prod/notifications/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,34 @@
"html": "<div style='display: block;height: auto;font-size: 16px;'><div style='display: inline-block;float: left;padding: 7px 65px 7px 5px;font-weight: 500;'>The version of brackets installed in this system is unsupported. <a class='actionable' href='https://brackets.io' style='text-decoration: none;font-weight: 500;'>Get the latest version of Brackets here!</a></div></div>",
"actionables": ".actionable",
"expiry": 1643703382000
},
{
"sequence": 1630434600012,
"silent": false,
"filters": {
"platforms": [],
"version": "2.0",
"locales": [],
"builds": [],
"lastUsed": ""
},
"html": "<div style='display: block;height: auto;font-size: 16px;'><div style='display: inline-block;float: left;padding: 7px 65px 7px 5px;font-weight: 500;'>Fix: Live preview is not working after latest Chrome update(Version 111). Please click <a class='actionable' href='https://github.com/brackets-cont/brackets/issues/262' style='text-decoration: none;font-weight: 500;'>here </a> to fix the issue or use <a href='https://phcode.dev' style='text-decoration: none;font-weight: 500;'>phcode.dev</a>. <br/>A New release with the fix will be available by 15'th March.</div></div>",
"actionables": ".actionable",
"expiry": 1843703382000
},
{
"sequence": 1630434600012,
"silent": false,
"filters": {
"platforms": [],
"version": "2.1",
"locales": [],
"builds": [],
"lastUsed": ""
},
"html": "<div style='display: block;height: auto;font-size: 16px;'><div style='display: inline-block;float: left;padding: 7px 65px 7px 5px;font-weight: 500;'>Fix: Live preview is not working after latest Chrome update(Version 111). Please click <a class='actionable' href='https://github.com/brackets-cont/brackets/issues/262' style='text-decoration: none;font-weight: 500;'>here </a> to fix the issue or use <a href='https://phcode.dev' style='text-decoration: none;font-weight: 500;'>phcode.dev</a>. <br/>A New release with the fix will be available by 15'th March.</div></div>",
"actionables": ".actionable",
"expiry": 1843703382000
}
]
}

0 comments on commit 34e3471

Please sign in to comment.